X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/412e0d47c05d69cb029e9dbd11b31ce24fb2377e..3e822cd8d0bdf04cd2c7a3dddff61dcc211f7439:/src/common/list.cpp diff --git a/src/common/list.cpp b/src/common/list.cpp index d400eff517..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( const wxString WXUNUSED(X) ) +void wxStringListBase::DeleteFunction( wxString WXUNUSED(X) ) { }