X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3f16e52c1396f7d58b29b2eea22d7715f0f4596b..125e7c11c16f23daa4c594f3b8d90194099c2394:/include/wx/gtk/choice.h?ds=sidebyside diff --git a/include/wx/gtk/choice.h b/include/wx/gtk/choice.h index a0750e61b7..31704b746c 100644 --- a/include/wx/gtk/choice.h +++ b/include/wx/gtk/choice.h @@ -50,7 +50,7 @@ public: bool Create( wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, - int n = 0, const wxString choices[] = (wxString *) NULL, + int n = 0, const wxString choices[] = NULL, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxChoiceNameStr );