Code

Unify stat type for older glib.
[inkscape.git] / src / style.h
index b38df2532cfc01ff6c1d6a3b790513961ceb046d..b4663e8f6c043cb86434eafb514e9a08306611a6 100644 (file)
@@ -178,9 +178,12 @@ struct SPIPaint {
 
     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
@@ -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 :