use common AllocExclusive, rather than custom code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2006-10-17 04:20:47 +00:00
parent e3e89a9370
commit fd7a7443bc
2 changed files with 22 additions and 26 deletions

View File

@@ -84,6 +84,9 @@ protected:
// common part of all ctors
void Init();
virtual wxObjectRefData* CreateRefData() const;
virtual wxObjectRefData* CloneRefData(const wxObjectRefData* data) const;
private:
DECLARE_DYNAMIC_CLASS(wxFont)
};