X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad259ba5b263acd502b2bad4c73e58e00d353702..472eec8a0391538e4dcf7f7c6c4f4d44c8383616:/include/wx/list.h diff --git a/include/wx/list.h b/include/wx/list.h index d607fe330f..a76ad27d29 100644 --- a/include/wx/list.h +++ b/include/wx/list.h @@ -489,7 +489,7 @@ private: class WXDLLIMPEXP_FWD_BASE wxList; -class WXDLLIMPEXP_BASE wxListBase : public wxObject +class WXDLLIMPEXP_BASE wxListBase { friend class wxNodeBase; // should be able to call DetachNode() friend class wxHashTableBase; // should be able to call untyped Find() @@ -1192,11 +1192,6 @@ public: #else wxNode *Member(wxObject *object) const { return (wxNode *)Find(object); } #endif - -private: -#if !wxUSE_STL - DECLARE_DYNAMIC_CLASS(wxList) -#endif }; #if !wxUSE_STL @@ -1242,8 +1237,6 @@ public: private: void DoCopy(const wxStringList&); // common part of copy ctor and operator= - - DECLARE_DYNAMIC_CLASS(wxStringList) }; #else // if wxUSE_STL