X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ff8bfdbbb14af4cd77de9d3534b1cd4f7a033137..6db90681cf0b58209a061561f5d3624f6eda8024:/include/wx/gtk/checklst.h diff --git a/include/wx/gtk/checklst.h b/include/wx/gtk/checklst.h index 41417e2af4..cbdd0ee233 100644 --- a/include/wx/gtk/checklst.h +++ b/include/wx/gtk/checklst.h @@ -41,7 +41,7 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, int nStrings = 0, - const wxString choices[] = (wxString[]) NULL, + const wxString *choices = (const wxString *)NULL, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxListBoxNameStr);