Browse Source

rtl: typo

git-svn-id: trunk@24469 -
paul 12 years ago
parent
commit
cd8690c197
1 changed files with 1 additions and 1 deletions
  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;