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
This commit is contained in:
Vadim Zeitlin
2008-08-18 19:52:00 +00:00
parent 11986debff
commit aa74cc2120

View File

@@ -168,7 +168,7 @@ private:
// placeholder for NULL string, to simplify this code // placeholder for NULL string, to simplify this code
// NB: this is defined in string.cpp, not (non-existent) buffer.cpp // NB: this is defined in string.cpp, not (non-existent) buffer.cpp
static WXDLLIMPEXP_DATA_BASE(Data) NullData; static Data NullData;
void IncRef() void IncRef()
{ {