From c9b6cebdab05ed38eae50e3ee3111d8a8f8c941a Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Thu, 11 Sep 2008 20:50:12 +0000 Subject: [PATCH] OpenVMS chokes on external templates git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/string.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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); -- 2.50.0