]> 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 28be96024e5aa5f3a4c2ad9197b3874a304714fb..9d57fd26632ad4aa3acc5c9d9789aef50cc24c16 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Vadim Zeitlin
 // RCS-ID:      $Id$
 // Copyright:   (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org>
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -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.