]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/list.cpp
Metrowerks Objective-C++ is more strict about types than Apple's.
[wxWidgets.git] / src / common / list.cpp
index 9c5603a0faf1183187d15fc03e56819dfaed8f49..28f4148c7b17d53976b4a2298a9b2fee98b625ba 100644 (file)
@@ -762,7 +762,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 X )
+void wxStringListBase::DeleteFunction( const wxString WXUNUSED(X) )
 {
 }