* Fix for 3.0 compilation

git-svn-id: trunk@38665 -
This commit is contained in:
michael 2018-04-03 08:18:00 +00:00
parent add418db0e
commit 9f814c82ba

View File

@ -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}