usata-commits
[Top][All Lists]
Advanced

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

[Usata-commits] Changes to usata2/src/object.hpp


From: David Lau
Subject: [Usata-commits] Changes to usata2/src/object.hpp
Date: Sat, 01 Jan 2005 22:11:44 -0500

Index: usata2/src/object.hpp
diff -u usata2/src/object.hpp:1.4 usata2/src/object.hpp:1.5
--- usata2/src/object.hpp:1.4   Fri Dec 31 07:27:46 2004
+++ usata2/src/object.hpp       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: object.hpp,v 1.4 2004/12/31 07:27:46 skunix Exp $
+// $Id: object.hpp,v 1.5 2005/01/02 02:48:32 skunix Exp $
 
 
 #ifndef USATA_GAME_OBJECT_HPP
@@ -57,7 +57,7 @@
                        virtual void    draw (void) {} ;
                        virtual                 ~Object(){};
 
-                       virtual const std::string& name()=0;
+                       virtual std::string name()=0;
                };
 
 




reply via email to

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