revert use of AllocExclusive

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2007-03-21 04:29:57 +00:00
parent 05cc594ad2
commit 83dcd78142
6 changed files with 64 additions and 52 deletions

View 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