]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/persist/treebook.h
Make storing non-trivial data in wxThreadSpecificInfo possible.
[wxWidgets.git] / interface / wx / persist / treebook.h
index 28be96024e5aa5f3a4c2ad9197b3874a304714fb..e9e46a4042cf38b492d4f4f09f720349e71c516f 100644 (file)
@@ -2,9 +2,8 @@
 // Name:        wx/persist/treebook.h
 // Purpose:     interface of wxPersistentTreeBook
 // Author:      Vadim Zeitlin
-// RCS-ID:      $Id$
 // Copyright:   (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org>
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -14,7 +13,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 +22,7 @@ public:
         @param book
             The associated tree book control.
      */
-    wxPersistentTreeBook(wxTreebook *book);
+    wxPersistentTreeBookCtrl(wxTreebook *book);
 
     /**
         Save the currently opened branches.