]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/brush.h
use wxString, not wxChar*, in wxDataFormat ctor and SetId() method
[wxWidgets.git] / include / wx / mac / carbon / brush.h
index 937109c915d02cd48e58ab8ec63432091802a1a9..90ac01b9fe6923d0669bbaf745341d6ae69a8861 100644 (file)
@@ -64,9 +64,8 @@ public:
     // Useful helper: create the brush resource
     bool RealizeResource();
 
     // Useful helper: create the brush resource
     bool RealizeResource();
 
-protected:
-    virtual wxObjectRefData* CreateRefData() const;
-    virtual wxObjectRefData* CloneRefData(const wxObjectRefData* data) const;
+private:
+    void Unshare();
 };
 
 #endif
 };
 
 #endif