Parcourir la source

rtl: typo

git-svn-id: trunk@24469 -
paul il y a 12 ans
Parent
commit
cd8690c197
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      rtl/objpas/typinfo.pp

+ 1 - 1
rtl/objpas/typinfo.pp

@@ -142,7 +142,7 @@ unit typinfo;
       {$endif FPC_REQUIRES_PROPER_ALIGNMENT}
       record
         Flags: Byte;
-        ParamType: PPTypeInfo;
+        ParamType: PTypeInfo;
         Name: ShortString;
       end;