]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/gdicmn.cpp
Patches for OpenVMS port
[wxWidgets.git] / src / common / gdicmn.cpp
index d8cb7546322cd83936f949c88d2e7ede48f9e614..d7314afc0c2129bce117823e17a9029245240152 100644 (file)
@@ -17,6 +17,7 @@
 #endif
 
 #include "wx/gdicmn.h"
+#include "wx/gdiobj.h"
 
 #ifndef WX_PRECOMP
     #include "wx/log.h"
     #include "wx/font.h"
 #endif
 
+
+IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject)
+
+
 WXDLLIMPEXP_DATA_CORE(wxBrushList*) wxTheBrushList;
 WXDLLIMPEXP_DATA_CORE(wxFontList*)  wxTheFontList;
 WXDLLIMPEXP_DATA_CORE(wxPenList*)   wxThePenList;