summaryrefslogtreecommitdiffstats
path: root/src/View/View.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-05-20 11:55:04 +0200
committerneoraider <devnull@localhost>2008-05-20 11:55:04 +0200
commit5bb27d2b6d7915f03fd7e39444a2ff0fac537672 (patch)
tree16504dbcadf71afd3be79977d3eda2e0a562ed79 /src/View/View.h
parent094c72221ea15615b4bcdc31a4acbb4e5c67817a (diff)
downloadzoomedit-5bb27d2b6d7915f03fd7e39444a2ff0fac537672.tar
zoomedit-5bb27d2b6d7915f03fd7e39444a2ff0fac537672.zip
zoomedit:
* Added 2D vector maths * Made rooms selectable
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;}
};