mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 00:02:03 +02:00
Designer: Make TFieldInfo record match with its counterpart in typinfo. Noticed by Alfred Glänzer.
git-svn-id: trunk@52058 -
This commit is contained in:
parent
03648e9dcf
commit
24a234e4ba
@ -366,7 +366,7 @@ const
|
||||
vmtInstanceSizeNeg = vmtInstanceSize+sizeof(ptrint);
|
||||
|
||||
type
|
||||
// these definitions are copied from objpas.inc
|
||||
// these definitions are copied from typinfo.pp
|
||||
|
||||
TMethodNameRec = packed record
|
||||
Name : PShortString;
|
||||
@ -396,7 +396,7 @@ type
|
||||
packed
|
||||
{$endif FPC_REQUIRES_PROPER_ALIGNMENT}
|
||||
record
|
||||
FieldOffset: LongWord;
|
||||
FieldOffset: PtrUInt;
|
||||
ClassTypeIndex: Word;
|
||||
Name: ShortString;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user