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

Fix offsets of PointerToFunctions/PointerTo Methods for OutlineView

This commit is contained in:
John Camelon 2003-07-23 20:20:50 +00:00
parent f476d6f782
commit b9273831d1

View file

@ -512,7 +512,7 @@ public class DeclarationWrapper implements IDeclaratorOwner
friend,
staticc,
startingOffset,
declarator.getNameStartOffset(),
declarator.getOwnedDeclarator().getNameStartOffset(),
templateDeclaration,
declarator.isConst(),
declarator.isVolatile(),
@ -545,7 +545,7 @@ public class DeclarationWrapper implements IDeclaratorOwner
friend,
staticc,
startingOffset,
declarator.getNameStartOffset(),
declarator.getOwnedDeclarator().getNameStartOffset(),
templateDeclaration, (ASTPointerOperator)declarator.getOwnedDeclarator().getPtrOps().get(0));
}