]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listbook.h
Force wide char environment version initialization in wxGetEnvMap().
[wxWidgets.git] / include / wx / listbook.h
index 48140dc0bb7dfd5ad269729619a58c36d04acdb0..1d8853526c080df0194de7df535b86032a1df142 100644 (file)
@@ -17,6 +17,7 @@
 #if wxUSE_LISTBOOK
 
 #include "wx/bookctrl.h"
+#include "wx/containr.h"
 
 class WXDLLIMPEXP_FWD_CORE wxListView;
 class WXDLLIMPEXP_FWD_CORE wxListEvent;
@@ -36,7 +37,7 @@ wxDECLARE_EXPORTED_EVENT( WXDLLIMPEXP_CORE, wxEVT_COMMAND_LISTBOOK_PAGE_CHANGING
 // wxListbook
 // ----------------------------------------------------------------------------
 
-class WXDLLIMPEXP_CORE wxListbook : public wxBookCtrlBase
+class WXDLLIMPEXP_CORE wxListbook : public wxNavigationEnabled<wxBookCtrlBase>
 {
 public:
     wxListbook() { }