X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6603071a994f30ad21f1f4e19f03397c360bfafa..1d54b9d29706dbb43de5624bdf4a2aaa74b2350b:/include/wx/clntdata.h diff --git a/include/wx/clntdata.h b/include/wx/clntdata.h index 7e6c5f3235..b2b8cfa1b6 100644 --- a/include/wx/clntdata.h +++ b/include/wx/clntdata.h @@ -170,7 +170,7 @@ protected: // compiled to make wxMotif and wxGTK base libraries compatible #if defined(__WXMOTIF__) || wxABI_VERSION >= 20602 -#include +#include "wx/vector.h" struct WXDLLIMPEXP_BASE wxClientDataDictionaryPair { @@ -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