]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/checklst.h
Added 'tardist' script for creating .tgz archives of wxWin; cured wxExecute
[wxWidgets.git] / include / wx / gtk / checklst.h
index b1856957a534433b95d2b4caf5705fd17cff998b..7dc24e2716368e255320c5badef7312f224f7104 100644 (file)
@@ -41,7 +41,11 @@ 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
             long style = 0,
             const wxValidator& validator = wxDefaultValidator,
             const wxString& name = wxListBoxNameStr);