瀏覽代碼

--- 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 年之前
父節點
當前提交
b310a1d977
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
   begin
     Result := '';
-    for lIndex := Ord(Low(TFPReportSection)) to Ord(High(TFPReportSection)) do
+    for lIndex := Ord(Low(TFPReportSections)) to Ord(High(TFPReportSections)) do
     begin
       if TFPReportSection(lIndex) in AValue then
       begin