fix linking problems due to MSVC implicitly considering template classes specializati...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Oct 2008 23:04:29 +0000 (23:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Oct 2008 23:04:29 +0000 (23:04 +0000)
commit6b583d40a8cd1dd38de2ad84e650023b857f80f7
tree24abfe44183e612ee21206a41897bd6c0773a0c4
parent10d256d6c89efbbdee65183045db2f5ff3e528f3
fix linking problems due to MSVC implicitly considering template classes specializations used as base classes DLL-exported even though it doesn't actually export them when building the DLL (with or without explicit declspec(dllexport)); also replace wxCharTypeBuffer::NullData with a static function to allow not DLL-exporting this class

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/buffer.h
include/wx/string.h
src/common/string.cpp
src/common/ustring.cpp