Code

finish switching to sigc++ SPObject signals for SPStyle
[inkscape.git] / src / style.h
index 9a70881de927a462d783b107eaaa720e14fd1bfe..1cc4b5a106e595058e8abc1259d397852936cd06 100644 (file)
@@ -346,6 +346,8 @@ struct SPStyle {
     bool fill_hreffed; 
     bool stroke_hreffed; 
 
+    sigc::connection release_connection;
+
     sigc::connection fill_release_connection;
     sigc::connection fill_modified_connection;