]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/notebook.h
made wxLog::Set/GetVerbose() static back again
[wxWidgets.git] / include / wx / os2 / notebook.h
index 39415272d8558a7ede9d03cac0263fd8e51dd2bd..7e533d6966b429072280860efd2c0753b381c9be 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "wx/dynarray.h"
 #include "wx/string.h"
-#include "wx/control.h"
+#include "wx/notebook.h"
 
 // ----------------------------------------------------------------------------
 // types
@@ -38,7 +38,7 @@ WX_DEFINE_ARRAY(wxNotebookPage *, wxArrayNBPages);
 // FIXME this class should really derive from wxTabCtrl, but the interface is not
 //       exactly the same, so I can't do it right now and instead we reimplement
 //       part of wxTabCtrl here
-class WXDLLEXPORT wxNotebook : public wxControl
+class WXDLLEXPORT wxNotebook : public wxNotebookBase
 {
 public:
   // ctors