mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 19:29:34 +02:00
JitClass: public AnchestorJitType
This commit is contained in:
parent
d21ebb1b60
commit
6118e64e85
@ -295,6 +295,7 @@ type
|
||||
property JitProperties: TJitPropertyList read FJitProperties;
|
||||
|
||||
property JitClass: TClass read GetJitClass;
|
||||
property AncestorJitClass: TJitClassCreator read FAncestorJitClass; experimental;
|
||||
end;
|
||||
|
||||
implementation
|
||||
@ -1139,7 +1140,7 @@ begin
|
||||
FAncestorJitType := TJitTypeJitClass(at);
|
||||
end;
|
||||
|
||||
if FAncestorJitType <> nil then begin;
|
||||
if FAncestorJitType <> nil then begin
|
||||
if (FAncestorJitType is TJitTypeJitClass) then
|
||||
FAncestorJitClass := TJitClassCreator(TJitTypeJitClass(FAncestorJitType).JitClassCreator)
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user