Explorar el Código

rtl: fixed TTypeInfoStaticArray.Dims

mattias hace 4 años
padre
commit
0c84602aeb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/rtl/typinfo.pas

+ 1 - 1
packages/rtl/typinfo.pas

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