]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_cmndlgs.i
Fixed a compile error on wxMac
[wxWidgets.git] / wxPython / src / _cmndlgs.i
index 59c2f3805fcaf06a3bb6b3778d06dea0a844e239..745d15f1e89ff1b2ab8bc362668f2c9d0b50e4f7 100644 (file)
@@ -155,7 +155,7 @@ public:
     wxMultiChoiceDialog(wxWindow *parent,
                         const wxString& message,
                         const wxString& caption,
-                        int LCOUNT, wxString *choices,
+                        int choices=0, wxString* choices_array,
                         long style = wxCHOICEDLG_STYLE,
                         const wxPoint& pos = wxDefaultPosition);