From: Vadim Zeitlin Date: Mon, 18 Aug 2008 19:52:00 +0000 (+0000) Subject: don't use WXDLLIMPEXP_BASE_DATA() around member data, this results in an error in... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/aa74cc2120469258e40d56fcbe87ee279f47ec08 don't use WXDLLIMPEXP_BASE_DATA() around member data, this results in an error in MSVC DLL build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/buffer.h b/include/wx/buffer.h index 75b47edd69..e0de6088e8 100644 --- a/include/wx/buffer.h +++ b/include/wx/buffer.h @@ -168,7 +168,7 @@ private: // placeholder for NULL string, to simplify this code // NB: this is defined in string.cpp, not (non-existent) buffer.cpp - static WXDLLIMPEXP_DATA_BASE(Data) NullData; + static Data NullData; void IncRef() {