X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2cfcf22d47b7d9cf3c85edfe498c5f23a18a9a19..24611170023b2f7a8252f590e78061716b3821ef:/src/common/list.cpp diff --git a/src/common/list.cpp b/src/common/list.cpp index 42368c0e51..d400eff517 100644 --- a/src/common/list.cpp +++ b/src/common/list.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// Name: list.cpp +// Name: src/common/list.cpp // Purpose: wxList implementation // Author: Julian Smart // Modified by: VZ at 16/11/98: WX_DECLARE_LIST() and typesafe lists added @@ -754,8 +754,8 @@ wxNode *wxStringList::Prepend(const wxChar *s) #else // wxUSE_STL = 1 - #include - WX_DEFINE_LIST(wxObjectList); + #include "wx/listimpl.cpp" + WX_DEFINE_LIST(wxObjectList) // with wxUSE_STL wxStringList contains wxString objects, not pointers void wxStringListBase::DeleteFunction( const wxString WXUNUSED(X) ) @@ -763,4 +763,3 @@ void wxStringListBase::DeleteFunction( const wxString WXUNUSED(X) ) } #endif // !wxUSE_STL -