X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0fa541e8706f74887efeba9e475eae618873da2a..554b7d9f8da9ee75b7922060ca063b058d8b3b5b:/interface/wx/persist/treebook.h diff --git a/interface/wx/persist/treebook.h b/interface/wx/persist/treebook.h index 28be96024e..9d57fd2663 100644 --- a/interface/wx/persist/treebook.h +++ b/interface/wx/persist/treebook.h @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // RCS-ID: $Id$ // Copyright: (c) 2009 Vadim Zeitlin -// 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.