Code

Removed use of union in paint type/struct
[inkscape.git] / src / sp-offset.h
index 52c793d0e2849dab8adadfd1ac50150a9bc806fb..08df8a1eac00ffb81f48647481cc25a2a4781747 100644 (file)
@@ -73,7 +73,7 @@ struct SPOffset : public SPShape {
   Inkscape::XML::Node         *sourceRepr; ///< the repr associated with that id
        SPObject                         *sourceObject;
        
-       gulong           _modified_connection;
+        sigc::connection _modified_connection;
        sigc::connection _delete_connection;
        sigc::connection _changed_connection;
        sigc::connection _transformed_connection;