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
This commit is contained in:
Vadim Zeitlin
2012-02-15 15:40:14 +00:00
parent 9e610e1caf
commit ee094b632d

View File

@@ -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.