From: Vadim Zeitlin Date: Fri, 1 Jul 2005 21:36:25 +0000 (+0000) Subject: wxVariant is in wxBase so should be forward declared using WXDLLIMPEXP_BASE and not... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c9f00f2fce9cacd46ae25417d6c3a5add7640320?ds=inline wxVariant is in wxBase so should be forward declared using WXDLLIMPEXP_BASE and not WXDLLEXPORT git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/ole/oleutils.h b/include/wx/msw/ole/oleutils.h index c9a6be1bd0..413155dd24 100644 --- a/include/wx/msw/ole/oleutils.h +++ b/include/wx/msw/ole/oleutils.h @@ -230,7 +230,7 @@ private: }; // Convert variants -class WXDLLEXPORT wxVariant; +class WXDLLIMPEXP_BASE wxVariant; bool wxConvertVariantToOle(const wxVariant& variant, VARIANTARG& oleVariant) ; bool wxConvertOleToVariant(const VARIANTARG& oleVariant, wxVariant& variant) ;