X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..cbabf356ce00eb70f677e8483f54062805730e14:/interface/wx/persist/treebook.h?ds=inline diff --git a/interface/wx/persist/treebook.h b/interface/wx/persist/treebook.h index b6f0445e3d..e9e46a4042 100644 --- a/interface/wx/persist/treebook.h +++ b/interface/wx/persist/treebook.h @@ -2,7 +2,6 @@ // Name: wx/persist/treebook.h // Purpose: interface of wxPersistentTreeBook // Author: Vadim Zeitlin -// RCS-ID: $Id$ // Copyright: (c) 2009 Vadim Zeitlin // 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.