]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/persist/treebook.h
Minor fixes to wxDateTime documentation.
[wxWidgets.git] / 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.