Revision: 2160
          http://synfig.svn.sourceforge.net/synfig/?rev=2160&view=rev
Author:   dooglus
Date:     2008-11-06 09:07:28 +0000 (Thu, 06 Nov 2008)

Log Message:
-----------
'const' is ignored in the return type of functions, so don't specify it.

Modified Paths:
--------------
    synfig-core/trunk/src/synfig/nodebase.h

Modified: synfig-core/trunk/src/synfig/nodebase.h
===================================================================
--- synfig-core/trunk/src/synfig/nodebase.h     2008-11-06 09:07:16 UTC (rev 
2159)
+++ synfig-core/trunk/src/synfig/nodebase.h     2008-11-06 09:07:28 UTC (rev 
2160)
@@ -86,8 +86,8 @@
        PX_DEFINE_FUNC0(signal_changed, sigc::signal<void>)
        PX_DEFINE_FUNC0(signal_deleted, sigc::signal<void>)
                
-       PX_DEFINE_FUNC_CONST0(get_parents, const NodeList)
-       PX_DEFINE_FUNC_CONST0(get_children, const NodeList)
+       PX_DEFINE_FUNC_CONST0(get_parents, NodeList)
+       PX_DEFINE_FUNC_CONST0(get_children, NodeList)
 
        PX_DEFINE_FUNC1(query_children, NodeList, Query)
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to