ideintf: fixed multithreaded compile

git-svn-id: trunk@54556 -
This commit is contained in:
mattias 2017-04-07 13:16:55 +00:00
parent a922238514
commit 74cfe4be1b

View File

@ -1643,6 +1643,7 @@ begin
FMessageLineClass:=aMsgLineClass;
fItems:=TFPList.Create;
FSortedForSrcPos:=TAvlTree.Create(@CompareMsgLinesSrcPos);
FSortedForSrcPos.SetNodeManager(nil);
FUpdateSortedSrcPos:=true;
fChangedHandler:=TMethodList.Create;
end;