]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/checklst.h
more Motif fixes (still doesn't compile, but *really* close :-)
[wxWidgets.git] / include / wx / gtk / checklst.h
index b1856957a534433b95d2b4caf5705fd17cff998b..cbdd0ee2334c1d9a12234417c86376bb7c3f0243 100644 (file)
@@ -41,7 +41,7 @@ public:
             const wxPoint& pos = wxDefaultPosition,
             const wxSize& size = wxDefaultSize,
             int nStrings = 0,
-            const wxString choices[] = (const wxString *) NULL,
+            const wxString *choices = (const wxString *)NULL,
             long style = 0,
             const wxValidator& validator = wxDefaultValidator,
             const wxString& name = wxListBoxNameStr);