X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/586bed94461ee212e159c6423d16798a20b43687..7344108e8a129a3f9b4df5ab0f98a1713db03b89:/include/wx/treebook.h diff --git a/include/wx/treebook.h b/include/wx/treebook.h index a6bd61d2d1..784a9f1dd3 100644 --- a/include/wx/treebook.h +++ b/include/wx/treebook.h @@ -17,6 +17,7 @@ #if wxUSE_TREEBOOK #include "wx/bookctrl.h" +#include "wx/containr.h" #include "wx/treectrl.h" // for wxArrayTreeItemIds typedef wxWindow wxTreebookPage; @@ -27,7 +28,7 @@ class WXDLLIMPEXP_FWD_CORE wxTreeEvent; // wxTreebook // ---------------------------------------------------------------------------- -class WXDLLIMPEXP_CORE wxTreebook : public wxBookCtrlBase +class WXDLLIMPEXP_CORE wxTreebook : public wxNavigationEnabled { public: // Constructors and such