From 0357266afccf4ba2b6958fae2f30ed512f33032b Mon Sep 17 00:00:00 2001 From: mattias Date: Sun, 12 Jun 2016 07:08:39 +0000 Subject: [PATCH] IDE: fixed compilation with fpc 3.0.1 git-svn-id: trunk@52484 - --- designer/jitforms.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/designer/jitforms.pp b/designer/jitforms.pp index 4fe0768489..c58738f116 100644 --- a/designer/jitforms.pp +++ b/designer/jitforms.pp @@ -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;