Code

Replaced two tests with CxxTest versions.
[inkscape.git] / src / style.h
index cfd3334cc9c50de4a6ba1c9a86b7836cd8e6845f..703a55fdb9c8bfb3b0b2e69b66927a036c291088 100644 (file)
@@ -148,6 +148,8 @@ enum {
     SP_PAINT_TYPE_IMPOSSIBLE
 };
 
+class SVGICCColor;
+
 /// Paint type internal to SPStyle.
 struct SPIPaint {
     unsigned set : 1;
@@ -161,6 +163,7 @@ struct SPIPaint {
             gchar *uri;
         } paint;
     } value;
+    SVGICCColor *iccColor;
 };
 
 enum {