summaryrefslogtreecommitdiffstats
path: root/src/View/MapView.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/View/MapView.h')
-rw-r--r--src/View/MapView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/View/MapView.h b/src/View/MapView.h
index e34cae5..b5e9572 100644
--- a/src/View/MapView.h
+++ b/src/View/MapView.h
@@ -61,7 +61,7 @@ class MapView : public View {
virtual void zoom(int zoom, float, float);
virtual void move(float x, float y, unsigned int state);
- virtual void click(float x, float y);
+ virtual void click(float x, float y, unsigned int button);
};
}