From ee094b632df32ffa9d23af1eebf780c074d877e4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 15 Feb 2012 15:40:14 +0000 Subject: [PATCH] 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 --- interface/wx/persist/treebook.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.50.0