From afeebbc08ead47e1305c69c6129b7abc739ef4b1 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Fri, 11 Jun 2004 01:46:37 -0400 Subject: [PATCH] fix typo From-SVN: r82961 --- gcc/cp/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index 17242ba3457..2f57d9d7a36 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -10732,7 +10732,7 @@ cp_parser_direct_declarator (cp_parser* parser, TYPE_IDENTIFIER (scope)); /* Build a new DECLARATOR. */ declarator = build_nt (SCOPE_REF, - scope, + type, TREE_OPERAND (declarator, 1)); } } -- 2.30.2