X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e317bd3f10771eb67556b6140a1153af8ded0140..1372f8ccd05daece34d4f44a07f95f45aee967de:/src/common/string.cpp diff --git a/src/common/string.cpp b/src/common/string.cpp index bb5029fcf4..595caf7125 100644 --- a/src/common/string.cpp +++ b/src/common/string.cpp @@ -2123,10 +2123,14 @@ wxUTF8StringBufferLength::~wxUTF8StringBufferLength() // wxCharBufferType // ---------------------------------------------------------------------------- +#ifndef __VMS_BROKEN_TEMPLATES template<> +#endif wxCharTypeBuffer::Data wxCharTypeBuffer::NullData(NULL); +#ifndef __VMS_BROKEN_TEMPLATES template<> +#endif wxCharTypeBuffer::Data wxCharTypeBuffer::NullData(NULL);