free wxDCFactory::m_factory; also renamed SetDCFactory() to just Set()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-11-30 21:11:00 +00:00
parent f087550131
commit f2498c4e33
2 changed files with 32 additions and 20 deletions

View File

@@ -129,7 +129,7 @@ public:
virtual wxDCImpl* CreatePrinterDC( wxPrinterDC *owner, const wxPrintData &data ) = 0;
#endif
static void SetDCFactory( wxDCFactory *factory );
static void Set(wxDCFactory *factory);
static wxDCFactory *Get();
private: