From: Jeff Law Date: Sun, 11 Apr 1999 00:34:02 +0000 (-0600) Subject: Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=744aa133f4a4b7976fbc950cd07c5f5a4505d460;p=gcc.git Fix typo. From-SVN: r26344 --- diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index 154ee1bf3de..2988ed6fb6f 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)