X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b4a980f4f57a4e7eea00c55cbb3d139f97d90c20..f4dda581a49f46d468a8d8aefc31f37aca3ef7d1:/include/wx/treebook.h?ds=sidebyside diff --git a/include/wx/treebook.h b/include/wx/treebook.h index 5d4e3469c3..bd60e6dca1 100644 --- a/include/wx/treebook.h +++ b/include/wx/treebook.h @@ -21,13 +21,13 @@ typedef wxWindow wxTreebookPage; -class WXDLLEXPORT wxTreeEvent; +class WXDLLIMPEXP_FWD_CORE wxTreeEvent; // ---------------------------------------------------------------------------- // wxTreebook // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxTreebook : public wxBookCtrlBase +class WXDLLIMPEXP_CORE wxTreebook : public wxBookCtrlBase { public: // Constructors and such @@ -233,7 +233,7 @@ private: // treebook event class and related stuff // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxTreebookEvent : public wxBookCtrlBaseEvent +class WXDLLIMPEXP_CORE wxTreebookEvent : public wxBookCtrlBaseEvent { public: wxTreebookEvent(wxEventType commandType = wxEVT_NULL, int id = 0,