]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cairo.h
Avoid setting attributes in GTK wxDataViewRenderer if not supported.
[wxWidgets.git] / include / wx / cairo.h
index a6041f2418da8bc317cfa6f6775c4fd04016566c..8dd9e7556d1a05a5257127796a217603a2390c0e 100644 (file)
@@ -43,13 +43,13 @@ private:
 
     wxCairoLibrary();
     ~wxCairoLibrary();
-    
+
     bool IsOk();
     bool InitializeMethods();
 
     wxDynamicLibrary m_libCairo;
     wxDynamicLibrary m_libPangoCairo;
-    
+
     // true if we successfully loaded the libraries and can use them
     //
     // note that this field must have this name as it's used by wxDL_XXX macros