LazReport: Remove a useless FillChar which had its parameters in wrong order. Issue #40402.

This commit is contained in:
Juha 2023-07-25 11:15:12 +03:00
parent cc4760393b
commit f208601bc7

View File

@ -8114,11 +8114,8 @@ end;
constructor TfrPage.Create(AOwnerPage: TfrPage);
begin
inherited Create(AOwnerPage);
FillChar(Bands, 0, SizeOf(Bands));
fMargins:=TfrRect.Create;
BaseName:='Page';
List := TFpList.Create;
Objects := TFpList.Create;
RTObjects := TFpList.Create;