Code

Attempt to fix crashes in geometry tool which I don't see :-/
[inkscape.git] / src / node-context.h
index f67a32f6b7784fe3d211fcf3ddaf72e6edcca0c1..f266cc4135fbefefdaf8afd84ab995efd71cc41e 100644 (file)
@@ -11,6 +11,7 @@
  * This code is in public domain
  */
 
+#include <gtk/gtktypeutils.h>
 #include <sigc++/sigc++.h>
 #include "event-context.h"
 #include "forward.h"
@@ -48,7 +49,6 @@ struct SPNodeContext {
        bool rb_escaped;
 
        sigc::connection sel_changed_connection;
-       sigc::connection sel_modified_connection;
 
        Inkscape::MessageContext *_node_message_context;