X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4542739ccb3b2ad47afc66b7a3182568a182b71f..90f6792f530002cf3718b0ab0ce7727be1d21729:/include/wx/treebook.h?ds=sidebyside diff --git a/include/wx/treebook.h b/include/wx/treebook.h index d2201317dc..798acf318b 100644 --- a/include/wx/treebook.h +++ b/include/wx/treebook.h @@ -21,7 +21,7 @@ typedef wxWindow wxTreebookPage; -class WXDLLEXPORT wxTreeEvent; +class WXDLLIMPEXP_FWD_CORE wxTreeEvent; // ---------------------------------------------------------------------------- // wxTreebook @@ -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()