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 56e2542..9cfeee8 100644
--- a/src/View/View.h
+++ b/src/View/View.h
@@ -39,7 +39,7 @@ class View {
virtual void zoom(int, float, float) {}
virtual void move(float, float, unsigned int) {}
- virtual void click(float, float) {}
+ virtual void click(float, float, unsigned int) {}
sigc::signal<void> signalUpdate() const {return update;}
};