X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3f263f4542f0288a9aa2228f27f43e12a888e5a4..4de6207afa9a78be63fe93df44ff5b90cecd2781:/include/wx/gtk1/checklst.h?ds=sidebyside diff --git a/include/wx/gtk1/checklst.h b/include/wx/gtk1/checklst.h index b1856957a5..cbdd0ee233 100644 --- a/include/wx/gtk1/checklst.h +++ b/include/wx/gtk1/checklst.h @@ -41,7 +41,7 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, int nStrings = 0, - const wxString choices[] = (const wxString *) NULL, + const wxString *choices = (const wxString *)NULL, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxListBoxNameStr);