X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2f8e75a0aaa3a4f54599483cd1c67287b91ea29..ee6dd41a508c2bf598c178696a43bb665e0d4c01:/include/wx/treebook.h diff --git a/include/wx/treebook.h b/include/wx/treebook.h index fc3fa7731e..7209e7c1fe 100644 --- a/include/wx/treebook.h +++ b/include/wx/treebook.h @@ -77,11 +77,11 @@ public: int imageId = wxNOT_FOUND); // Inserts a new sub-page to the end of children of the page at given pos. - virtual bool AddSubPage(size_t pos, - wxWindow *page, - const wxString& text, - bool bSelect = false, - int imageId = wxNOT_FOUND); + virtual bool InsertSubPage(size_t pos, + wxWindow *page, + const wxString& text, + bool bSelect = false, + int imageId = wxNOT_FOUND); // Adds a new page at top level after all other pages. virtual bool AddPage(wxWindow *page,