summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/node.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ui/tool/node.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/tool/node.h b/src/ui/tool/node.h
index 591dd8532..e74698b1a 100644
--- a/src/ui/tool/node.h
+++ b/src/ui/tool/node.h
@@ -107,6 +107,9 @@ protected:
Handle(NodeSharedData const &data, Geom::Point const &initial_pos, Node *parent);
virtual bool _eventHandler(SPEventContext *event_context, GdkEvent *event);
+ //Bspline
+ virtual void handle_2button_press();
+ //BSpline End
virtual void dragged(Geom::Point &new_pos, GdkEventMotion *event);
virtual bool grabbed(GdkEventMotion *event);
virtual void ungrabbed(GdkEventButton *event);