summaryrefslogtreecommitdiff
path: root/noncore/games/snake/obstacle.h
Unidiff
Diffstat (limited to 'noncore/games/snake/obstacle.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/snake/obstacle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/games/snake/obstacle.h b/noncore/games/snake/obstacle.h
index 838917f..b3c7846 100644
--- a/noncore/games/snake/obstacle.h
+++ b/noncore/games/snake/obstacle.h
@@ -23,8 +23,8 @@ class Obstacle : public QCanvasSprite
23{ 23{
24 24
25public: 25public:
26 Obstacle(QCanvas*, int x, int y); 26 Obstacle(QCanvas*, int y);
27 ~Obstacle(); 27 ~Obstacle();
28 void newObstacle(int x, int y); 28 void newObstacle(int y);
29 int rtti() const; 29 int rtti() const;
30}; 30};