]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix the name of wxPersistentTreeBookCtrl in the documentation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Feb 2012 15:40:14 +0000 (15:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Feb 2012 15:40:14 +0000 (15:40 +0000)
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

index b6f0445e3dd544c8dda602f12a90cc57809902d0..9d57fd26632ad4aa3acc5c9d9789aef50cc24c16 100644 (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.