fix DLL build with MSVC: it wasn't happy that some functions of a template class...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 23 Mar 2007 00:04:15 +0000 (00:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 23 Mar 2007 00:04:15 +0000 (00:04 +0000)
commitccd4deab6b05e27b3275dda38bec124300436480
tree3ef675e86389e873af390a963c96b44f81c04b63
parentd18c8d3d94f39ecb4e855a8b497493776e82e6db
fix DLL build with MSVC: it wasn't happy that some functions of a template class were not implemented, so get rid of FromCStrData() and implement its logic in one of the 2 derived classes ctors instead

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