Code

Packaging. New Brazilian Portuguese NSH file. Set trunk package date to 2011.
[inkscape.git] / src / style.h
index d437a50f01c433b1fd3548cb9ca471f7cad7eff7..b4663e8f6c043cb86434eafb514e9a08306611a6 100644 (file)
@@ -178,9 +178,12 @@ struct SPIPaint {
 
     void read( gchar const *str, SPStyle &tyle, SPDocument *document = 0);
 
-//private:
-//    SPIPaint(SPIPaint const&);
-//    SPIPaint &operator=(SPIPaint const &);
+    // 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
@@ -609,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 :