X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/681be2ef80274e6c39b243922a594c59e4983dab..e9e8b38179b147dd04f5c19af7e56a94342e93a7:/include/wx/osx/notebook.h?ds=sidebyside diff --git a/include/wx/osx/notebook.h b/include/wx/osx/notebook.h index 724bfb7dfe..8082d3075b 100644 --- a/include/wx/osx/notebook.h +++ b/include/wx/osx/notebook.h @@ -41,7 +41,7 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, - const wxString& name = wxNotebookNameStr); + const wxString& name = wxNotebookNameStr) { Create( parent, id, pos, size, style, name ); } // Create() function bool Create(wxWindow *parent,