summaryrefslogtreecommitdiffstats
path: root/src/star-context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/star-context.cpp')
-rw-r--r--src/star-context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/star-context.cpp b/src/star-context.cpp
index 74b252860..612f5d5bb 100644
--- a/src/star-context.cpp
+++ b/src/star-context.cpp
@@ -262,7 +262,7 @@ sp_star_context_set (SPEventContext *ec, const gchar *key, const gchar *val)
static gint sp_star_context_root_handler(SPEventContext *event_context, GdkEvent *event)
{
- static gboolean dragging;
+ static bool dragging;
SPDesktop *desktop = event_context->desktop;
Inkscape::Selection *selection = sp_desktop_selection (desktop);