* Fix compilation

git-svn-id: trunk@37509 -
This commit is contained in:
michael 2017-10-23 12:36:46 +00:00
parent 7b12811f52
commit ad1ebe0667

View File

@ -9664,7 +9664,7 @@ begin
lRTBand := CommonRuntimeBandProcessing(lList[i]);
if Assigned(lRTBand) then
FPageFooter.AfterPrintBand(lRTBand);
end
end;
FPageFooter.AfterPrintWithChilds;
finally
lList.Free;