rtl: fixed TTypeInfoStaticArray.Dims

This commit is contained in:
mattias 2021-01-14 22:17:04 +00:00
parent 3678564156
commit 0c84602aeb

View File

@ -98,7 +98,7 @@ type
TTypeInfoStaticArray = class external name 'rtl.tTypeInfoStaticArray'(TTypeInfo)
public
Dims: TIntegerDynArray;
Dims: TIntegerDynArray external name 'dims';
ElType: TTypeInfo external name 'eltype';
end;