Browse Source

* Fix for 3.0 compilation

git-svn-id: trunk@38665 -
michael 7 years ago
parent
commit
9f814c82ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-report/src/fpreportjson.pp

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

@@ -65,7 +65,7 @@ resourcestring
   SErrInvalidJSONAtPath = 'Invalid JSON at Path. Need Array or Object';
   SErrInvalidPath = 'Path "%s" is not valid';
 
-{$if FPC_FULLVERSION<30000}
+{$if FPC_FULLVERSION<=30000}
 Const
   StructuredJSONTypes  = [jtArray,jtObject];
 {$ENDIF}