moved IMPLEMENT_DYNAMIC_CLASS(wxGDIObject,wxObject) line to gdicmn.cpp so that we don't have to have several identical gdiobj.cpp files containing only it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2006-08-16 14:53:49 +00:00
parent a87f2821ad
commit 5819f832e6
14 changed files with 53 additions and 310 deletions

View File

@@ -18,8 +18,6 @@
#include "wx/gdicmn.h"
#endif
IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject)
class wxStockGDIPM: public wxStockGDI
{
public: