X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4542739ccb3b2ad47afc66b7a3182568a182b71f..a029059f92e75b1cff50d0c66be89e6b2b82c955:/include/wx/treebook.h diff --git a/include/wx/treebook.h b/include/wx/treebook.h index d2201317dc..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 @@ -221,7 +221,7 @@ private: // Returns internal number of pages which can be different from // GetPageCount() while performing a page insertion or removal. - size_t DoInternalGetPageCount() const { return m_treeIds.Count(); } + size_t DoInternalGetPageCount() const { return m_treeIds.GetCount(); } DECLARE_EVENT_TABLE() @@ -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,