pmc/include/drawable.h
changeset 43 cf8c1b5127b2
parent 42 83b8151b966d
child 45 7197576fedcf
--- a/pmc/include/drawable.h
+++ b/pmc/include/drawable.h
@@ -16,7 +16,7 @@
 
   public:
     virtual ~ Drawable () {};
-    virtual void move (Vector location) = 0;
+    virtual void move (Vector) = 0;
     virtual void show () = 0;
 };
 #endif