]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/checklst.h
a file I forgot to check in (sorry Julian)
[wxWidgets.git] / include / wx / gtk / checklst.h
index 41417e2af40a69d810b8b9446e18944b2a3ee4d7..7dc24e2716368e255320c5badef7312f224f7104 100644 (file)
@@ -41,7 +41,11 @@ public:
             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);