fcl-json: fixed compile pas2js

This commit is contained in:
mattias 2022-05-23 00:55:37 +02:00
parent f2ba814b9e
commit 1b7aefc11d

View File

@ -803,8 +803,10 @@ implementation
Uses typinfo;
{$IFNDEF Pas2js}
const
HexDigits: array[0..15] of char = '0123456789ABCDEF';
{$ENDIF}
Resourcestring
SErrCannotConvertFromNull = 'Cannot convert data from Null value';