X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/444cb676b239bd5d87c645c21c800053271cc348..77436c4cbac2269e564dc4fcf4494a58feca0af4:/include/wx/os2/notebook.h diff --git a/include/wx/os2/notebook.h b/include/wx/os2/notebook.h index 39415272d8..7e533d6966 100644 --- a/include/wx/os2/notebook.h +++ b/include/wx/os2/notebook.h @@ -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