usata-commits
[Top][All Lists]
Advanced

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

[Usata-commits] Changes to usata2/src/scene-manager.cpp


From: David Lau
Subject: [Usata-commits] Changes to usata2/src/scene-manager.cpp
Date: Sat, 01 Jan 2005 22:11:43 -0500

Index: usata2/src/scene-manager.cpp
diff -u usata2/src/scene-manager.cpp:1.3 usata2/src/scene-manager.cpp:1.4
--- usata2/src/scene-manager.cpp:1.3    Sun Jan  2 02:41:10 2005
+++ usata2/src/scene-manager.cpp        Sun Jan  2 02:48:32 2005
@@ -10,7 +10,7 @@
 // included in the software distribution, or visit
 // http://www.fsf.org/licenses/gpl.html.
 //
-// $Id: scene-manager.cpp,v 1.3 2005/01/02 02:41:10 skunix Exp $
+// $Id: scene-manager.cpp,v 1.4 2005/01/02 02:48:32 skunix Exp $
 
 #include "scene-manager.hpp"
 #include <map>
@@ -116,6 +116,7 @@
        {
                int result = impl->add(pObj);
                //! \todo check result, throw if invalid name, warn if dup
+               result=result;
                return;
        }
        Object *child = impl->lookup_ptr(name);




reply via email to

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