Code

GSoC C++-ificiation merge and cleanup.
[inkscape.git] / src / style.h
index f650cae602a9d6412e42887c751f36a97ea6219c..b4663e8f6c043cb86434eafb514e9a08306611a6 100644 (file)
@@ -177,6 +177,13 @@ struct SPIPaint {
     void setColor( SPColor const& color ) {value.color = color; colorSet = true;}
 
     void read( gchar const *str, SPStyle &tyle, SPDocument *document = 0);
+
+    // Win32 is a temp work-around until the emf extension is fixed:
+#ifndef WIN32
+private:
+    SPIPaint(SPIPaint const&);
+    SPIPaint &operator=(SPIPaint const &);
+#endif // WIN32
 };
 
 /// Filter type internal to SPStyle
@@ -605,4 +612,4 @@ gchar *css2_escape_quote(gchar const *val);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :