summaryrefslogtreecommitdiffstats
path: root/src/View/TopView.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/View/TopView.h')
-rw-r--r--src/View/TopView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/View/TopView.h b/src/View/TopView.h
index b6221f9..1fa81ad 100644
--- a/src/View/TopView.h
+++ b/src/View/TopView.h
@@ -66,7 +66,7 @@ class TopView : public View {
void setLevel(Data::Level *level0) {level = level0;}
virtual void zoom(Gui::RenderArea *renderArea, int zoom, float x, float y);
- virtual void move(Gui::RenderArea *renderArea, float x, float y);
+ virtual void move(Gui::RenderArea *renderArea, float x, float y, unsigned int state);
virtual void render(Gui::RenderArea *renderArea);