summaryrefslogtreecommitdiff
path: root/autodoc/source/parser_i/idl/tk_punct.cxx
diff options
context:
space:
mode:
authorKristian Rietveld <kris@lanedo.com>2011-10-22 09:38:42 +0200
committerStephan Bergmann <sbergman@redhat.com>2011-10-24 08:39:32 +0200
commit302bb2c4003745f40b075baaf2c66941b0c7f897 (patch)
treeee6331693680e7a7a87d85eedea6d98a1e53ebbb /autodoc/source/parser_i/idl/tk_punct.cxx
parentd049f12c29faa685dc79a32dc8337b91680ca7a7 (diff)
Match the correct function template specialization
Fully specify the E_TokenId type instead of relying on the EV_TokenId typedef.
Diffstat (limited to 'autodoc/source/parser_i/idl/tk_punct.cxx')
-rw-r--r--autodoc/source/parser_i/idl/tk_punct.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/autodoc/source/parser_i/idl/tk_punct.cxx b/autodoc/source/parser_i/idl/tk_punct.cxx
index e617473fcd1b..f1a86802235c 100644
--- a/autodoc/source/parser_i/idl/tk_punct.cxx
+++ b/autodoc/source/parser_i/idl/tk_punct.cxx
@@ -61,7 +61,7 @@ TokPunctuation::EV_TokenId Greater(TokPunctuation::Greater,">");
namespace lux
{
template<> EnumValueMap &
-TokPunctuation::EV_TokenId::Values_() { return G_aTokPunctuation_EV_TokenId_Values; }
+Enum<TokPunctuation::E_TokenId>::Values_() { return G_aTokPunctuation_EV_TokenId_Values; }
}