Code

peeled back the gboolean code as it hit on some complexity theory principles...
[inkscape.git] / src / selection.h
index 29fcbf361f36a68ba298649f4466ef20c31f0b5a..1dcaa53ff3d836082dc63d253d128dcd6171b524 100644 (file)
@@ -317,7 +317,7 @@ private:
     void operator=(Selection const &);
 
     /** @brief Issues modification notification signals */
-    static bool _emit_modified(Selection *selection);
+    static gboolean _emit_modified(Selection *selection);
     /** @brief Schedules an item modification signal to be sent */
     void _schedule_modified(SPObject *obj, guint flags);