From: Vadim Zeitlin Date: Wed, 15 Feb 2012 15:40:14 +0000 (+0000) Subject: Fix the name of wxPersistentTreeBookCtrl in the documentation. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ee094b632df32ffa9d23af1eebf780c074d877e4 Fix the name of wxPersistentTreeBookCtrl in the documentation. It was misspelt as wxPersistentTreeBook. Closes #13990. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70608 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/persist/treebook.h b/interface/wx/persist/treebook.h index b6f0445e3d..9d57fd2663 100644 --- a/interface/wx/persist/treebook.h +++ b/interface/wx/persist/treebook.h @@ -14,7 +14,7 @@ used by wxTreebook, in addition to saving and restoring the selection as implemented by the base wxPersistentBookCtrl class. */ -class wxPersistentTreeBook : public wxPersistentBookCtrl +class wxPersistentTreeBookCtrl : public wxPersistentBookCtrl { public: /** @@ -23,7 +23,7 @@ public: @param book The associated tree book control. */ - wxPersistentTreeBook(wxTreebook *book); + wxPersistentTreeBookCtrl(wxTreebook *book); /** Save the currently opened branches.