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:
parent
08c13e8969
commit
185c25cd0e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue