X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/586bed94461ee212e159c6423d16798a20b43687..6968a3b87cee46f5c5af9b46e1ef97f17133cef7:/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