]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/pen.h
(blind) compilation fixes after latest changes
[wxWidgets.git] / include / wx / mac / carbon / pen.h
index 6603b40069c276a918abdcb06763017761cf7609..8da9153e2311e6de06a3a530d897e6690f4a7790 100644 (file)
@@ -108,9 +108,8 @@ public:
   // Useful helper: create the brush resource
   bool RealizeResource();
 
-protected:
-    virtual wxObjectRefData* CreateRefData() const;
-    virtual wxObjectRefData* CloneRefData(const wxObjectRefData* data) const;
+private:
+    void Unshare();
 };
 
 #endif