From 744aa133f4a4b7976fbc950cd07c5f5a4505d460 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sat, 10 Apr 1999 18:34:02 -0600 Subject: [PATCH] Fix typo. From-SVN: r26344 --- gcc/cp/pt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index 154ee1bf3de8..2988ed6fb6f1 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -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) -- 2.47.2