From 078b13599dec5b3fde3d8b5e3140b29ebad55712 Mon Sep 17 00:00:00 2001
From: law <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Sun, 11 Apr 1999 00:34:02 +0000
Subject: [PATCH] Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26344 138bc75d-0d04-0410-961f-82ee72b054a4
---
 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)
-- 
GitLab