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,
|
||||
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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue