Documentation update

This commit is contained in:
2018-06-04 09:14:36 +03:00
parent 56b18c8ce9
commit d6e3e5f321
3 changed files with 60 additions and 64 deletions

View File

@@ -409,7 +409,7 @@ end;
constructor TAGMultiLog.Create(ALogs:TLogsList=nil);
begin
//inherited Create;
if Default<>nil then
if ALogs<>nil then
Logs:=ALogs
else
Logs:=TLogsList.Create;