소스 검색

* Child band does not need data

git-svn-id: trunk@38604 -
michael 7 년 전
부모
커밋
bbb728cc20
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/fcl-report/src/fpreport.pp

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

@@ -1031,7 +1031,7 @@ type
 
   { TFPReportCustomChildBand }
 
-  TFPReportCustomChildBand = class(TFPReportCustomBandWithData)
+  TFPReportCustomChildBand = class(TFPReportCustomBand)
   protected
     function GetReportBandName: string; override;
   Public