define wxStringListBase::EmptyList to fix link with wxUSE_STL==1 (bug 1495659)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43048 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-11-04 18:14:50 +00:00
parent c2eb1bc3e9
commit 1d300f25b3

View File

@ -763,4 +763,6 @@ void _WX_LIST_HELPER_wxStringListBase::DeleteFunction( wxString WXUNUSED(X) )
{
}
wxStringListBase::BaseListType wxStringListBase::EmptyList;
#endif // !wxUSE_STL