summaryrefslogtreecommitdiffstats
path: root/src/pencil-context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pencil-context.cpp')
-rw-r--r--src/pencil-context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pencil-context.cpp b/src/pencil-context.cpp
index 28ae41974..b81580f3a 100644
--- a/src/pencil-context.cpp
+++ b/src/pencil-context.cpp
@@ -143,7 +143,7 @@ spdc_endpoint_snap(SPPencilContext const *pc, Geom::Point &p, guint const state)
/**
* Callback for handling all pencil context events.
*/
-gint SPPencilContext::root_handler(GdkEvent* event) {
+bool SPPencilContext::root_handler(GdkEvent* event) {
SPEventContext* ec = this;
SPPencilContext *const pc = SP_PENCIL_CONTEXT(ec);