From: Václav Slavík Date: Sun, 10 Aug 2008 20:41:10 +0000 (+0000) Subject: DLLs linking fix wxCharTypeBuffer::NullData X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7113846bc8f65b269822027d30bb08e1b28bac6c DLLs linking fix wxCharTypeBuffer::NullData git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/buffer.h b/include/wx/buffer.h index 1144aa420d..7d362ee841 100644 --- a/include/wx/buffer.h +++ b/include/wx/buffer.h @@ -162,7 +162,7 @@ private: // placeholder for NULL string, to simplify this code // NB: this is defined in string.cpp, not (non-existent) buffer.cpp - static Data NullData; + static WXDLLIMPEXP_DATA_BASE(Data) NullData; void IncRef() {