const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
int nStrings = 0,
- const wxString choices[] = (wxString[]) NULL,
+#if defined(__SUNCC__)
+ const wxString choices[] = NULL,
+#else
+ const wxString choices[] = (const wxString *) NULL,
+#endif
long style = 0,
const wxValidator& validator = wxDefaultValidator,
const wxString& name = wxListBoxNameStr);