X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..1b7751aaa9a86d76a850b9267bc0c201e3cea30f:/interface/wx/persist/treebook.h diff --git a/interface/wx/persist/treebook.h b/interface/wx/persist/treebook.h index b6f0445e3d..9d57fd2663 100644 --- a/interface/wx/persist/treebook.h +++ b/interface/wx/persist/treebook.h @@ -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.