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 editor.cxx,1.23,1.24 editor.hx


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor editor.cxx,1.23,1.24 editor.hxx,1.11,1.12
Date: 14 Aug 2002 12:45:04 -0000

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

Modified Files:
        editor.cxx editor.hxx 
Log Message:
- some more warnings squished


Index: editor.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/editor.cxx,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- editor.cxx  12 Aug 2002 22:52:04 -0000      1.23
+++ editor.cxx  14 Aug 2002 12:45:02 -0000      1.24
@@ -133,7 +133,7 @@
 }
 
 void
-Editor::update (const GameDelta& delta)
+Editor::update (const GameDelta&)
 {
   // FIXME: This should be moved to the object manager
   if (tmp_selection != selection->get_objects ())

Index: editor.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/editor.hxx,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- editor.hxx  4 Aug 2002 20:27:22 -0000       1.11
+++ editor.hxx  14 Aug 2002 12:45:02 -0000      1.12
@@ -98,7 +98,7 @@
 
   Editor ();
 public:
-  ~Editor ();
+  virtual ~Editor ();
   
   static Editor* instance ();
 





reply via email to

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