summaryrefslogtreecommitdiffstats
path: root/src/node-context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/node-context.cpp')
-rw-r--r--src/node-context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node-context.cpp b/src/node-context.cpp
index 3142e5b0e..603294e14 100644
--- a/src/node-context.cpp
+++ b/src/node-context.cpp
@@ -317,7 +317,7 @@ nodepath_event_attr_changed(Inkscape::XML::Node *repr, gchar const *name,
bool is_interactive, gpointer data)
{
SPItem *item = NULL;
- gboolean changed = FALSE;
+ bool changed = FALSE;
g_assert(data);
SPNodeContext *nc = ((SPNodeContext *) data);