X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/de8113d9a3b19159fe06e1f3321c799085c8d47d..238d735dc2db6fc2c64ed48ceba2d00a85c4b273:/include/wx/gtk/checklst.h?ds=sidebyside diff --git a/include/wx/gtk/checklst.h b/include/wx/gtk/checklst.h index 7dc24e2716..cbdd0ee233 100644 --- a/include/wx/gtk/checklst.h +++ b/include/wx/gtk/checklst.h @@ -41,11 +41,7 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, int nStrings = 0, -#if defined(__SUNCC__) - const wxString choices[] = NULL, -#else - const wxString choices[] = (const wxString *) NULL, -#endif + const wxString *choices = (const wxString *)NULL, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxListBoxNameStr);