X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/817270659e986de1b243586d8eb6ad3a76c87480..2190f6aa153416d1c225532bb026df98b3e273ad:/src/common/list.cpp diff --git a/src/common/list.cpp b/src/common/list.cpp index 7d069da0ff..15535b3552 100644 --- a/src/common/list.cpp +++ b/src/common/list.cpp @@ -30,6 +30,7 @@ #ifndef WX_PRECOMP #include "wx/list.h" + #include "wx/crt.h" #endif #if !wxUSE_STL @@ -573,8 +574,6 @@ void wxListBase::DeleteNodes(wxNodeBase* first, wxNodeBase* last) // wxList (a.k.a. wxObjectList) // ----------------------------------------------------------------------------- -IMPLEMENT_DYNAMIC_CLASS(wxList, wxObject) - wxList::wxList( int key_type ) : wxObjectList( (wxKeyType)key_type ) { @@ -595,8 +594,6 @@ static inline wxChar* MYcopystring(const wxChar* s) return wxStrcpy(copy, s); } -IMPLEMENT_DYNAMIC_CLASS(wxStringList, wxObject) - // instead of WX_DEFINE_LIST(wxStringListBase) we define this function // ourselves void wxStringListNode::DeleteData()