mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 06:16:05 +02:00
lazutils: fixed TStringToStringTree.FindNode
git-svn-id: trunk@34245 -
This commit is contained in:
parent
03e8ad5bc8
commit
ce22bc9ad1
@ -1839,7 +1839,7 @@ end;
|
||||
|
||||
function TStringToStringTree.FindNode(const Name: string): TAvgLvlTreeNode;
|
||||
begin
|
||||
Result:=FItems.FindKey(@Name,FCompareNameWithItem);
|
||||
Result:=FItems.FindKey(Pointer(Name),FCompareNameWithItem);
|
||||
end;
|
||||
|
||||
function TStringToStringTree.GetNode(Node: TAvgLvlTreeNode;
|
||||
|
Loading…
Reference in New Issue
Block a user