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:
parent
f476d6f782
commit
b9273831d1
1 changed files with 2 additions and 2 deletions
|
@ -512,7 +512,7 @@ public class DeclarationWrapper implements IDeclaratorOwner
|
||||||
friend,
|
friend,
|
||||||
staticc,
|
staticc,
|
||||||
startingOffset,
|
startingOffset,
|
||||||
declarator.getNameStartOffset(),
|
declarator.getOwnedDeclarator().getNameStartOffset(),
|
||||||
templateDeclaration,
|
templateDeclaration,
|
||||||
declarator.isConst(),
|
declarator.isConst(),
|
||||||
declarator.isVolatile(),
|
declarator.isVolatile(),
|
||||||
|
@ -545,7 +545,7 @@ public class DeclarationWrapper implements IDeclaratorOwner
|
||||||
friend,
|
friend,
|
||||||
staticc,
|
staticc,
|
||||||
startingOffset,
|
startingOffset,
|
||||||
declarator.getNameStartOffset(),
|
declarator.getOwnedDeclarator().getNameStartOffset(),
|
||||||
templateDeclaration, (ASTPointerOperator)declarator.getOwnedDeclarator().getPtrOps().get(0));
|
templateDeclaration, (ASTPointerOperator)declarator.getOwnedDeclarator().getPtrOps().get(0));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue