X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7ca4ac63835adef8226b655013a8a84b416c8171..164a797204e4738fceac9ad0d3ef2b0ffffae8cb:/include/wx/odcombo.h diff --git a/include/wx/odcombo.h b/include/wx/odcombo.h index 3c960cb4ee..e04aeaa062 100644 --- a/include/wx/odcombo.h +++ b/include/wx/odcombo.h @@ -208,7 +208,7 @@ public: bool Create(wxWindow *parent, wxWindowID id, - const wxString& value, + const wxString& value = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, @@ -227,11 +227,11 @@ public: bool Create(wxWindow *parent, wxWindowID id, - const wxString& value = wxEmptyString, - const wxPoint& pos = wxDefaultPosition, - const wxSize& size = wxDefaultSize, - int n = 0, - const wxString choices[] = (const wxString *) NULL, + const wxString& value, + const wxPoint& pos, + const wxSize& size, + int n, + const wxString choices[], long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxComboBoxNameStr);