OpenVMS chokes on external templates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2123,10 +2123,14 @@ wxUTF8StringBufferLength::~wxUTF8StringBufferLength()
|
||||
// wxCharBufferType<T>
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#ifndef __VMS_BROKEN_TEMPLATES
|
||||
template<>
|
||||
#endif
|
||||
wxCharTypeBuffer<char>::Data
|
||||
wxCharTypeBuffer<char>::NullData(NULL);
|
||||
|
||||
#ifndef __VMS_BROKEN_TEMPLATES
|
||||
template<>
|
||||
#endif
|
||||
wxCharTypeBuffer<wchar_t>::Data
|
||||
wxCharTypeBuffer<wchar_t>::NullData(NULL);
|
||||
|
Reference in New Issue
Block a user