1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00

fix bug 57513

This commit is contained in:
Andrew Niefer 2004-05-10 19:34:32 +00:00
parent 08c13e8969
commit 185c25cd0e

View file

@ -1108,7 +1108,7 @@ public class CompleteParseASTFactory extends BaseASTFactory implements IASTFacto
ASTExpression exp = ( i.hasNext() )? (ASTExpression) i.next() : null;
ITokenDuple duple = ((ASTTypeId)typeId).getTokenDuple();
ITokenDuple duple = ((ASTTypeId)typeId).getTokenDuple().getLastSegment();
if( createConstructorReference( symbol, exp, duple, references ) ){
//if we have a constructor reference, get rid of the class reference.