From 442a79c0b4d9a28df5ff74fcd556dd44b537667e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 16 Aug 2005 10:06:35 +0000 Subject: [PATCH] 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 --- include/wx/clntdata.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.45.2