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