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 pointer.hxx,1.1,1.2


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/input pointer.hxx,1.1,1.2
Date: 4 Jul 2002 10:57:48 -0000

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

Modified Files:
        pointer.hxx 
Log Message:
corrected interface


Index: pointer.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/input/pointer.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pointer.hxx 3 Jul 2002 16:53:57 -0000       1.1
+++ pointer.hxx 4 Jul 2002 10:57:46 -0000       1.2
@@ -27,8 +27,8 @@
   private:
     
   public:
-    int get_x_pos ();
-    int get_y_pos ();
+    virtual int get_x_pos () =0;
+    virtual int get_y_pos () =0;
   };
 }
 




reply via email to

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