* Add missing semicolon, detected after bugfix in compiler

This commit is contained in:
michael 2018-01-29 18:38:02 +00:00
parent 0daa2404ea
commit a50c08f7fa

View File

@ -554,7 +554,7 @@ begin
O:=TObject(FList[Index]);
FList[Index]:=Nil;
O.Free;
end
end;
FList.Delete(Index);
end;