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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user