X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/869b59fc9114983483acd4d16e86e78997d4faca..097b868b5a88879b1575b74883f736ae83444908:/src/common/gdicmn.cpp diff --git a/src/common/gdicmn.cpp b/src/common/gdicmn.cpp index d8cb754632..d7314afc0c 100644 --- a/src/common/gdicmn.cpp +++ b/src/common/gdicmn.cpp @@ -17,6 +17,7 @@ #endif #include "wx/gdicmn.h" +#include "wx/gdiobj.h" #ifndef WX_PRECOMP #include "wx/log.h" @@ -31,6 +32,10 @@ #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;