From 8e2701ea8a24d4aa19452b9122511268b6a846d3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 11 Aug 2007 11:46:29 +0000 Subject: [PATCH] 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 --- include/wx/xrc/xh_treebk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.45.2