]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/persist/treebook.h
remove ancient defines left over from GTK1
[wxWidgets.git] / interface / wx / persist / treebook.h
index b6f0445e3dd544c8dda602f12a90cc57809902d0..e9e46a4042cf38b492d4f4f09f720349e71c516f 100644 (file)
@@ -2,7 +2,6 @@
 // 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 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.