X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bb08a4a194a81dce7a08a642060b044a2a19d148..7344726a7a2cad01b8db61a0fea3502e5f904ff6:/include/wx/listbook.h?ds=sidebyside diff --git a/include/wx/listbook.h b/include/wx/listbook.h index 40e2976093..1b292be686 100644 --- a/include/wx/listbook.h +++ b/include/wx/listbook.h @@ -43,7 +43,7 @@ class WXDLLEXPORT wxStaticLine; // wxListbook // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxListbook : public wxBookCtrl +class WXDLLEXPORT wxListbook : public wxBookCtrlBase { public: wxListbook() @@ -129,12 +129,12 @@ private: // listbook event class and related stuff // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxListbookEvent : public wxBookCtrlEvent +class WXDLLEXPORT wxListbookEvent : public wxBookCtrlBaseEvent { public: wxListbookEvent(wxEventType commandType = wxEVT_NULL, int id = 0, int nSel = wxNOT_FOUND, int nOldSel = wxNOT_FOUND) - : wxBookCtrlEvent(commandType, id, nSel, nOldSel) + : wxBookCtrlBaseEvent(commandType, id, nSel, nOldSel) { }