X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/de8113d9a3b19159fe06e1f3321c799085c8d47d..00cd8a958f1c032ac48bcc240ee4098f4c8bfa46:/include/wx/gtk/checklst.h diff --git a/include/wx/gtk/checklst.h b/include/wx/gtk/checklst.h index 7dc24e2716..8022f35658 100644 --- a/include/wx/gtk/checklst.h +++ b/include/wx/gtk/checklst.h @@ -16,6 +16,9 @@ #endif #include "wx/defs.h" + +#if wxUSE_CHECKLISTBOX + #include "wx/object.h" #include "wx/list.h" #include "wx/control.h" @@ -41,11 +44,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); @@ -57,4 +56,5 @@ public: }; #endif - //__GTKCHECKLISTH__ + +#endif //__GTKCHECKLISTH__