mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-24 02:46:13 +02:00
codetools: TStringTree: thread safe
git-svn-id: trunk@42221 -
This commit is contained in:
parent
827af12cf5
commit
fd91581352
@ -985,7 +985,7 @@ end;
|
||||
|
||||
constructor TStringTree.Create;
|
||||
begin
|
||||
Tree:=TAVLTree.Create(@CompareAnsiStringPtrs);
|
||||
Tree:=TMTAVLTree.Create(@CompareAnsiStringPtrs);
|
||||
end;
|
||||
|
||||
destructor TStringTree.Destroy;
|
||||
|
Loading…
Reference in New Issue
Block a user