X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/309689b214a464ee0a85a8a40c3042b564b6343d..7f82eb0018bfe00f882645e2d9de2ff2694f9d8c:/src/common/object.cpp diff --git a/src/common/object.cpp b/src/common/object.cpp index 41fce11f16..857d89a0da 100644 --- a/src/common/object.cpp +++ b/src/common/object.cpp @@ -44,11 +44,9 @@ #include "wx/ioswrap.h" #endif -#if !USE_SHARED_LIBRARY wxClassInfo wxObject::sm_classwxObject((wxChar *) wxT("wxObject"), (wxChar *) NULL, (wxChar *) NULL, (int ) sizeof(wxObject), (wxObjectConstructorFn) NULL); wxClassInfo* wxClassInfo::sm_first = (wxClassInfo *) NULL; wxHashTable* wxClassInfo::sm_classTable = (wxHashTable*) NULL; -#endif /* * wxWindows root object. @@ -300,7 +298,6 @@ wxObject *wxCreateDynamicObject(const wxChar *name) #include "wx/serbase.h" #include "wx/dynlib.h" -#include "wx/msgdlg.h" wxObject* wxCreateStoredObject( wxInputStream &stream ) {