]> git.saurik.com Git - wxWidgets.git/commitdiff
DLLs linking fix wxCharTypeBuffer<T>::NullData
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 10 Aug 2008 20:41:10 +0000 (20:41 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 10 Aug 2008 20:41:10 +0000 (20:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/buffer.h

index 1144aa420d0392c9a9d7121ee75a7c8110df69b9..7d362ee841a5f95cc7ec883bbdd04ad6d8239411 100644 (file)
@@ -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
 
     // 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()
     {
 
     void IncRef()
     {