0: Cast to IPointer instead of Cardinal for 64bits Pascal SCript
This commit is contained in:
parent
4f0682d518
commit
94c5198fd1
@ -14568,7 +14568,7 @@ begin
|
||||
C := CurrClass.FClassItems[I];
|
||||
if (c is TPSDelphiClassItemConstructor) and (C.NameHash = H) and (C.Name = Name) then
|
||||
begin
|
||||
Index := Cardinal(C);
|
||||
Index := IPointer(C);
|
||||
Result := True;
|
||||
exit;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user