From 4c12a35a608a02f6749a7cbe88441deceeef609f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Mon, 4 Apr 2005 06:50:38 +0000 Subject: [PATCH] INTEGRATION: CWS gccfour (1.4.6); FILE MERGED 2005/03/10 16:16:27 cmc 1.4.6.1: #i44502# gcc 4 template requirements for autodoc --- autodoc/source/parser_i/idl/tk_punct.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/autodoc/source/parser_i/idl/tk_punct.cxx b/autodoc/source/parser_i/idl/tk_punct.cxx index ca8fa967ce40..7baeb36eaa03 100644 --- a/autodoc/source/parser_i/idl/tk_punct.cxx +++ b/autodoc/source/parser_i/idl/tk_punct.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tk_punct.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2005-01-27 11:28:39 $ + * last change: $Author: rt $ $Date: 2005-04-04 07:50:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -93,7 +93,7 @@ TokPunctuation::EV_TokenId Greater(TokPunctuation::Greater,">"); namespace lux { -EnumValueMap & +template<> EnumValueMap & TokPunctuation::EV_TokenId::Values_() { return G_aTokPunctuation_EV_TokenId_Values; } }