Browse Source

--- Merging r43190 into '.':
U packages/fcl-report/src/fpreport.pp
--- Recording mergeinfo for merge of r43190 into '.':
U .

# revisions: 43190

git-svn-id: branches/fixes_3_2@44003 -

marco 5 years ago
parent
commit
b310a1d977
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-report/src/fpreport.pp

+ 1 - 1
packages/fcl-report/src/fpreport.pp

@@ -2516,7 +2516,7 @@ function ReportSectionsToString(AValue: TFPReportSections): string;
     lIndex: integer;
     lIndex: integer;
   begin
   begin
     Result := '';
     Result := '';
-    for lIndex := Ord(Low(TFPReportSection)) to Ord(High(TFPReportSection)) do
+    for lIndex := Ord(Low(TFPReportSections)) to Ord(High(TFPReportSections)) do
     begin
     begin
       if TFPReportSection(lIndex) in AValue then
       if TFPReportSection(lIndex) in AValue then
       begin
       begin