codetools: TStringTree: thread safe

git-svn-id: trunk@42221 -
This commit is contained in:
mattias 2013-07-28 21:48:24 +00:00
parent 827af12cf5
commit fd91581352

View File

@ -985,7 +985,7 @@ end;
constructor TStringTree.Create;
begin
Tree:=TAVLTree.Create(@CompareAnsiStringPtrs);
Tree:=TMTAVLTree.Create(@CompareAnsiStringPtrs);
end;
destructor TStringTree.Destroy;