pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/input button.hxx,1.2,1.3


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/input button.hxx,1.2,1.3
Date: 8 Jul 2002 14:48:38 -0000

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

Modified Files:
        button.hxx 
Log Message:
added virtual destructor


Index: button.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/input/button.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- button.hxx  4 Jul 2002 10:51:59 -0000       1.2
+++ button.hxx  8 Jul 2002 14:48:36 -0000       1.3
@@ -26,6 +26,8 @@
   {
   public:
 
+    virtual ~Button () { }
+
     virtual bool is_pressed ()  =0;
     virtual void update (float) =0;
   };




reply via email to

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