X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..42bbdbff319e194d4a201021ed4930bf9cba300d:/include/wx/clntdata.h diff --git a/include/wx/clntdata.h b/include/wx/clntdata.h index de4abcfc53..1fc54ba6a4 100644 --- a/include/wx/clntdata.h +++ b/include/wx/clntdata.h @@ -5,7 +5,7 @@ // Modified by: // Created: 9-Oct-2001 // RCS-ID: $Id$ -// Copyright: (c) wxWindows team +// Copyright: (c) wxWidgets team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -98,7 +98,7 @@ protected: #include -struct WXDLLEXPORT wxClientDataDictionaryPair +struct WXDLLIMPEXP_BASE wxClientDataDictionaryPair { wxClientDataDictionaryPair( size_t idx ) : index( idx ), data( 0 ) { } @@ -114,7 +114,7 @@ WX_DECLARE_VECTOR(wxClientDataDictionaryPair,wxClientDataDictionaryPairVector); // wxClientData or void*. The client must ensure that // it does not contain a mix of the two, and that // DestroyData is called if it contains wxClientData -class WXDLLEXPORT wxClientDataDictionary +class WXDLLIMPEXP_BASE wxClientDataDictionary { public: wxClientDataDictionary() {};