summaryrefslogtreecommitdiffstats
path: root/ToolAddRect.h
diff options
context:
space:
mode:
Diffstat (limited to 'ToolAddRect.h')
-rw-r--r--ToolAddRect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ToolAddRect.h b/ToolAddRect.h
index ee915fa..b6b20a9 100644
--- a/ToolAddRect.h
+++ b/ToolAddRect.h
@@ -54,8 +54,8 @@ class ToolAddRect : public Tool, public EventHandler, public Renderer {
virtual void render(const Level &level, const Rectangle &rect, float scale);
- virtual bool buttonPress(unsigned int button);
- virtual bool buttonRelease(unsigned int button);
+ virtual bool buttonPress(unsigned int button, const Vertex *v);
+ virtual bool buttonRelease(unsigned int button, const Vertex *v);
virtual Sidebar* getSidebar() {
return &sidebar;