From-SVN: r82961
This commit is contained in:
Jason Merrill 2004-06-11 01:46:37 -04:00
parent 5801c4671e
commit afeebbc08e
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}
}