Browse Source

* Fix so rptGrouping compiles with 3.0.4

git-svn-id: trunk@39018 -
michael 7 years ago
parent
commit
f5efe4bd90
1 changed files with 6 additions and 2 deletions
  1. 6 2
      packages/fcl-report/demos/rptgrouping.pp

+ 6 - 2
packages/fcl-report/demos/rptgrouping.pp

@@ -41,8 +41,12 @@ uses
   fpReportStreamer,
   fpTTF,
   fpJSON,
-  jsonparser,
-  fpexprpars;
+{$IFDEF VER3_0}  
+  fprepexprpars,
+{$ELSE}  
+  fpexprpars,
+{$ENDIF}
+  jsonparser;
 
 { TGroupingDemo }