X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ecd87e5b71cdfd71b3356181ab8be1bf508942ef..8312c461b8bae95adf2f75c7be4e6bab3b1ceb47:/include/wx/pickerbase.h diff --git a/include/wx/pickerbase.h b/include/wx/pickerbase.h index 2176cfc5dd..9cf2822c60 100644 --- a/include/wx/pickerbase.h +++ b/include/wx/pickerbase.h @@ -41,12 +41,14 @@ public: // if present, intercepts wxPB_USE_TEXTCTRL style and creates the text control // The 3rd argument is the initial wxString to display in the text control - bool CreateBase(wxWindow *parent, wxWindowID id, - const wxString& text = wxEmptyString, - const wxPoint& pos = wxDefaultPosition, - const wxSize& size = wxDefaultSize, long style = 0, - const wxValidator& validator = wxDefaultValidator, - const wxString& name = wxButtonNameStr); + bool CreateBase(wxWindow *parent, + wxWindowID id, + const wxString& text = wxEmptyString, + const wxPoint& pos = wxDefaultPosition, + const wxSize& size = wxDefaultSize, + long style = 0, + const wxValidator& validator = wxDefaultValidator, + const wxString& name = wxButtonNameStr); public: // public API