From: Vadim Zeitlin Date: Sat, 11 Aug 2007 11:46:29 +0000 (+0000) Subject: use WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT in forward declaration X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8e2701ea8a24d4aa19452b9122511268b6a846d3?ds=inline use WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT in forward declaration git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/xrc/xh_treebk.h b/include/wx/xrc/xh_treebk.h index 903dad1e37..f5f11342f1 100644 --- a/include/wx/xrc/xh_treebk.h +++ b/include/wx/xrc/xh_treebk.h @@ -14,7 +14,7 @@ #if wxUSE_XRC && wxUSE_TREEBOOK -class WXDLLEXPORT wxTreebook; +class WXDLLIMPEXP_FWD_CORE wxTreebook; #include "wx/dynarray.h" WX_DEFINE_USER_EXPORTED_ARRAY_SIZE_T(size_t, wxArrayTbkPageIndexes,