Просмотр исходного кода

* Fix for 3.0 compilation

git-svn-id: trunk@38665 -
michael 7 лет назад
Родитель
Сommit
9f814c82ba
1 измененных файлов с 1 добавлено и 1 удалено
  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}