X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48ba35c35751f2ba053d091bb9b75f870250c132..088af5898e1eb76b8d159c746d679e6d41c2bdcf:/src/common/list.cpp diff --git a/src/common/list.cpp b/src/common/list.cpp index bd111c8ad2..25fbff411d 100644 --- a/src/common/list.cpp +++ b/src/common/list.cpp @@ -758,7 +758,7 @@ wxNode *wxStringList::Prepend(const wxChar *s) WX_DEFINE_LIST(wxObjectList) // with wxUSE_STL wxStringList contains wxString objects, not pointers -void wxStringListBase::DeleteFunction( _WX_DELETEFUNCTIONCONST wxString WXUNUSED(X) ) +void wxStringListBase::DeleteFunction( wxString WXUNUSED(X) ) { }