pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/editorobjs hotspot_obj.hxx,1.4,1.5


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editorobjs hotspot_obj.hxx,1.4,1.5
Date: 5 Dec 2002 20:38:12 -0000

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

Modified Files:
        hotspot_obj.hxx 
Log Message:
- applied Gervases Miner patch
- added some UNUSED_ARG calls


Index: hotspot_obj.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editorobjs/hotspot_obj.hxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- hotspot_obj.hxx     28 Nov 2002 20:09:54 -0000      1.4
+++ hotspot_obj.hxx     5 Dec 2002 20:38:10 -0000       1.5
@@ -42,7 +42,7 @@
   EditorObj* duplicate ();
 
   std::string status_line ();
-  EditorNS::PropertyFrame* get_gui_dialog (EditorNS::Editor* parent) { return 
0; }
+  EditorNS::PropertyFrame* get_gui_dialog (EditorNS::Editor* parent) { 
UNUSED_ARG(parent); return 0; }
 private:
   HotspotObj (const HotspotObj&);
   HotspotObj& operator= (const HotspotObj&);





reply via email to

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