mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 01:39:31 +02:00
codetools: fixed rename identifier
git-svn-id: trunk@26459 -
This commit is contained in:
parent
421757e81f
commit
6bbf89bd59
@ -4023,8 +4023,8 @@ var
|
||||
if Found and (Params.NewNode<>nil) then begin
|
||||
UseProcHead(Params.NewNode);
|
||||
//debugln('Context=',Params.NewNode.DescAsString,' ',dbgs(Params.NewNode.StartPos),' ',dbgs(DeclarationNode.StartPos));
|
||||
if (Params.NewNode<>DeclarationNode)
|
||||
and (Params.NewNode<>AliasDeclarationNode) then
|
||||
if (Params.NewNode=DeclarationNode)
|
||||
or (Params.NewNode=AliasDeclarationNode) then
|
||||
AddReference(StartPos);
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user