mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 18:39:09 +02:00
IDE: fixed compilation with fpc 3.0.1
git-svn-id: trunk@52484 -
This commit is contained in:
parent
d015e429f4
commit
0357266afc
@ -1506,7 +1506,7 @@ begin
|
||||
|
||||
// set TypeData (PropCount is the total number of properties, including ancestors)
|
||||
NewTypeData^.ClassType:=TClass(NewVMT);
|
||||
{$IF FPC_FULLVERSION>30000}
|
||||
{$IF FPC_FULLVERSION>=30100}
|
||||
NewTypeData^.ParentInfoRef:=AncestorClass.ClassInfo;
|
||||
{$ELSE}
|
||||
NewTypeData^.ParentInfo:=AncestorClass.ClassInfo;
|
||||
|
Loading…
Reference in New Issue
Block a user