From: Vadim Zeitlin Date: Tue, 16 Aug 2005 10:06:35 +0000 (+0000) Subject: fixed warning about mismatching dlldecl when building as DLL X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/442a79c0b4d9a28df5ff74fcd556dd44b537667e fixed warning about mismatching dlldecl when building as DLL git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/clntdata.h b/include/wx/clntdata.h index 7e6c5f3235..3ff6030b50 100644 --- a/include/wx/clntdata.h +++ b/include/wx/clntdata.h @@ -180,7 +180,11 @@ struct WXDLLIMPEXP_BASE wxClientDataDictionaryPair wxClientData* data; }; -WX_DECLARE_VECTOR(wxClientDataDictionaryPair,wxClientDataDictionaryPairVector); +_WX_DECLARE_VECTOR( + wxClientDataDictionaryPair, + wxClientDataDictionaryPairVector, + WXDLLIMPEXP_BASE +); // this class is used internally to maintain the association between items // of (some subclasses of) wxControlWithItems and their client data