summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/control-point.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tool/control-point.h')
-rw-r--r--src/ui/tool/control-point.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/tool/control-point.h b/src/ui/tool/control-point.h
index 72106403e..0719370f7 100644
--- a/src/ui/tool/control-point.h
+++ b/src/ui/tool/control-point.h
@@ -17,9 +17,9 @@
#include <gdkmm.h>
#include <gtkmm.h>
#include <2geom/point.h>
-
#include "util/accumulators.h"
#include "display/sodipodi-ctrl.h"
+#include "event-context.h"
class SPDesktop;
@@ -92,7 +92,7 @@ public:
static Glib::ustring format_tip(char const *format, ...) G_GNUC_PRINTF(1,2);
// temporarily public, until snap delay is refactored a little
- virtual bool _eventHandler(GdkEvent *event);
+ virtual bool _eventHandler(SPEventContext *event_context, GdkEvent *event);
protected:
ControlPoint(SPDesktop *d, Geom::Point const &initial_pos, Gtk::AnchorType anchor,