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
This commit is contained in:
parent
c73b4312f9
commit
442a79c0b4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user