diff --git a/interface/wx/odcombo.h b/interface/wx/odcombo.h index 7eae282d8f..568079dc22 100644 --- a/interface/wx/odcombo.h +++ b/interface/wx/odcombo.h @@ -100,7 +100,7 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, int n = 0, - const wxString[] choices = NULL, + const wxString choices[] = NULL, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = "comboBox");