pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/editor object_selector.cxx,1.27,1.28


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor object_selector.cxx,1.27,1.28
Date: 27 Sep 2002 18:37:12 -0000

Update of /usr/local/cvsroot/Games/Pingus/src/editor
In directory dark:/tmp/cvs-serv9961/editor

Modified Files:
        object_selector.cxx 
Log Message:
changed parameter passing of the data objects to const &


Index: object_selector.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/object_selector.cxx,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- object_selector.cxx 27 Sep 2002 16:01:55 -0000      1.27
+++ object_selector.cxx 27 Sep 2002 18:36:40 -0000      1.28
@@ -151,7 +151,7 @@
       data.desc = ResDescriptor("resource:" + datafile, str);
       data.gptype = gptype;
 
-      objs.push_back(new EditorObjs::GroundpieceObj(&data));
+      objs.push_back(new EditorObjs::GroundpieceObj(data));
       return objs;
     }
   





reply via email to

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