]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/combobox.h
moved SetBestSize() to .cpp file; set min size from it
[wxWidgets.git] / include / wx / univ / combobox.h
index bfc643c696d45a06e156ba6171c5719cf53ff12b..52fa4b46b838b48046ad06f51015279fa991fab8 100644 (file)
@@ -221,7 +221,7 @@ public:
                const wxPoint& pos = wxDefaultPosition,
                const wxSize& size = wxDefaultSize,
                int n = 0,
-               const wxString *choices = (const wxString *) NULL,
+               const wxString choices[] = (const wxString *) NULL,
                long style = 0,
                const wxValidator& validator = wxDefaultValidator,
                const wxString& name = wxComboBoxNameStr)