]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/combobox.h
don't draw buttons unless we have wxTR_HAS_BUTTONS style
[wxWidgets.git] / include / wx / univ / combobox.h
index 5ef092afbd47564991b3b69bf93f880189411a77..b77d6405647f7a5e1bf467f169f5ce24a8610f13 100644 (file)
@@ -277,7 +277,7 @@ public:
     virtual int GetSelection() const;
     void SetSelection(int n) { Select(n); }
 
-    void SetStringSelection(const wxString& s) {  }
+    void SetStringSelection(const wxString& WXUNUSED(s)) {  }
 
     // we have to redefine these functions here to avoid ambiguities in classes
     // deriving from us which would arise otherwise because we inherit these