From: Jouk Jansen Date: Thu, 11 Sep 2008 20:50:12 +0000 (+0000) Subject: OpenVMS chokes on external templates X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c9b6cebdab05ed38eae50e3ee3111d8a8f8c941a OpenVMS chokes on external templates git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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);