From: Jason Merrill Date: Fri, 11 Jun 2004 05:46:37 +0000 (-0400) Subject: fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=afeebbc08ead47e1305c69c6129b7abc739ef4b1;p=gcc.git fix typo From-SVN: r82961 --- 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)); } }