summaryrefslogtreecommitdiff
blob: e8bd17aee0fe40d70872b13770cc0d9ef1d4fbef (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/canvascard.h	2008-09-29 23:49:56.000000000 +0200
+++ src/canvascard.h_new	2008-09-29 23:49:44.000000000 +0200
@@ -41,7 +41,7 @@
         void setRotation( int d );
         
         void animatedMove();
-        void setDestination( int x, int x );
+        void setDestination( int x, int y );
 
         
         int rtti() const { return CANVASCARD; }