summaryrefslogtreecommitdiffstats
path: root/src/View/View.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/View/View.h')
-rw-r--r--src/View/View.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/View/View.h b/src/View/View.h
index f6a8606..446a4f6 100644
--- a/src/View/View.h
+++ b/src/View/View.h
@@ -35,7 +35,7 @@ class View {
virtual void render(Gui::RenderArea *renderArea) = 0;
virtual void zoom(Gui::RenderArea*, int, float, float) {}
- virtual void move(Gui::RenderArea*, float, float) {}
+ virtual void move(Gui::RenderArea*, float, float, unsigned int) {}
virtual void click(Gui::RenderArea*, float, float) {}
};