]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/listbox.cpp
cleanup - more reformatting; fixed bug introduced in prior commit
[wxWidgets.git] / src / motif / listbox.cpp
index f9c75ae82a95e3b3e09dc5db499e10b2f55236f6..0f5deaca4d4dfeaa3419f4986d7dbe082485760f 100644 (file)
@@ -306,7 +306,7 @@ int wxDoFindStringInList(Widget w, const wxString& s)
         return -1;
 }
 
-int wxListBox::FindString(const wxString& s, bool bCase) const
+int wxListBox::FindString(const wxString& s, bool WXUNUSED(bCase)) const
 {
     // FIXME: back to base class for not supported value of bCase