1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

small tweak to previous fix for bug 69662

This commit is contained in:
Andrew Niefer 2004-07-13 19:33:13 +00:00
parent 450023d505
commit 672ad678a0

View file

@ -388,6 +388,8 @@ public class BasicTokenDuple implements ITokenDuple {
temp = (IToken) i.next();
if( temp.getType() != IToken.tLT )
token = temp;
else
break;
}
nameBuffer.append( createStringRepresentation( first, token ) );
}