usata-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Usata-commits] Changes to usata2/src/objects/top-nodes.hpp


From: David Lau
Subject: [Usata-commits] Changes to usata2/src/objects/top-nodes.hpp
Date: Tue, 01 Mar 2005 19:27:12 -0500

Index: usata2/src/objects/top-nodes.hpp
diff -u usata2/src/objects/top-nodes.hpp:1.6 
usata2/src/objects/top-nodes.hpp:1.7
--- usata2/src/objects/top-nodes.hpp:1.6        Tue Jan 11 19:10:12 2005
+++ usata2/src/objects/top-nodes.hpp    Wed Mar  2 00:27:11 2005
@@ -10,7 +10,7 @@
 // included in the software distribution, or visit
 // http://www.fsf.org/licenses/gpl.html.
 //
-// $Id: top-nodes.hpp,v 1.6 2005/01/11 19:10:12 skunix Exp $
+// $Id: top-nodes.hpp,v 1.7 2005/03/02 00:27:11 skunix Exp $
 
 
 #include "../object.hpp"
@@ -34,7 +34,7 @@
                        GenericNode();
 
                        virtual void add_child(const Object_sp&);
-                       virtual Object_sp get_child(const std::string&);
+                       virtual Object_sp get_child(const std::string&) const;
                
                        bool    has_child(const std::string&);
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]