X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bb08a4a194a81dce7a08a642060b044a2a19d148..6305fabeeb14bf9fb020d096c5944ffb1b2ae4dc:/include/wx/choicebk.h?ds=sidebyside diff --git a/include/wx/choicebk.h b/include/wx/choicebk.h index db67bd1220..93338894e8 100644 --- a/include/wx/choicebk.h +++ b/include/wx/choicebk.h @@ -28,7 +28,7 @@ class WXDLLEXPORT wxChoice; // wxChoicebook // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxChoicebook : public wxBookCtrl +class WXDLLEXPORT wxChoicebook : public wxBookCtrlBase { public: wxChoicebook() @@ -107,12 +107,12 @@ private: // choicebook event class and related stuff // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxChoicebookEvent : public wxBookCtrlEvent +class WXDLLEXPORT wxChoicebookEvent : public wxBookCtrlBaseEvent { public: wxChoicebookEvent(wxEventType commandType = wxEVT_NULL, int id = 0, int nSel = -1, int nOldSel = -1) - : wxBookCtrlEvent(commandType, id, nSel, nOldSel) + : wxBookCtrlBaseEvent(commandType, id, nSel, nOldSel) { }