From 7113846bc8f65b269822027d30bb08e1b28bac6c Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 10 Aug 2008 20:41:10 +0000 Subject: [PATCH] DLLs linking fix wxCharTypeBuffer::NullData git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.45.2