Browse Source

rtl: fix TTypeData declaration - FPC does not generate PPTypeInfo as Delphi do but PTypeInfo instead

git-svn-id: trunk@24422 -
paul 12 years ago
parent
commit
65877e7111
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rtl/objpas/typinfo.pp

+ 2 - 2
rtl/objpas/typinfo.pp

@@ -197,9 +197,9 @@ unit typinfo;
             tkDynArray:
               (
               elSize     : PtrUInt;
-              elType2    : PPTypeInfo;
+              elType2    : PTypeInfo;
               varType    : Longint;
-              elType     : PPTypeInfo;
+              elType     : PTypeInfo;
               DynUnitName: ShortStringBase
               );
             tkClassRef: