Commit 744aa133 by Jeff Law

Fix typo.

From-SVN: r26344
parent 11f246f6
......@@ -3570,7 +3570,7 @@ lookup_template_class (d1, arglist, in_decl, context, entering_scope)
if (current_class_type != NULL_TREE)
template =
maybe_get_template_decl_from_type_decl
(IDENTIFIER_CLASS_VALUE (d1)));
(IDENTIFIER_CLASS_VALUE (d1));
if (template == NULL_TREE)
template = lookup_name_nonclass (d1);
if (context)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment