]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/checklst.h
Unicode changes.
[wxWidgets.git] / include / wx / gtk1 / checklst.h
index 7dc24e2716368e255320c5badef7312f224f7104..cbdd0ee2334c1d9a12234417c86376bb7c3f0243 100644 (file)
@@ -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);