summaryrefslogtreecommitdiffstats
path: root/ToolSelector.h
diff options
context:
space:
mode:
Diffstat (limited to 'ToolSelector.h')
-rw-r--r--ToolSelector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ToolSelector.h b/ToolSelector.h
index 7f38d81..e3c77af 100644
--- a/ToolSelector.h
+++ b/ToolSelector.h
@@ -46,9 +46,9 @@ class ToolSelector : public Tool, public EventHandler {
return this;
}
- virtual bool buttonPress(unsigned int button);
+ virtual bool buttonPress(unsigned int button, const Vertex *v);
- virtual bool motion() {
+ virtual bool motion(const Vertex *v) {
editManager->highlightHoveredObject();
return true;