|
@@ -77,7 +77,7 @@ end;
|
|
|
function TEndoUtilities.TMapPointCallback.Precompute(const AExisting: IPreCompInfo): IPreCompInfo;
|
|
function TEndoUtilities.TMapPointCallback.Precompute(const AExisting: IPreCompInfo): IPreCompInfo;
|
|
|
var
|
|
var
|
|
|
LExistingEndo: IEndoPreCompInfo;
|
|
LExistingEndo: IEndoPreCompInfo;
|
|
|
- LResult: TEndoPreCompInfo;
|
|
|
|
|
|
|
+ LResult: IEndoPreCompInfo;
|
|
|
begin
|
|
begin
|
|
|
if Supports(AExisting, IEndoPreCompInfo, LExistingEndo) and
|
|
if Supports(AExisting, IEndoPreCompInfo, LExistingEndo) and
|
|
|
CheckExisting(LExistingEndo, FEndomorphism) then
|
|
CheckExisting(LExistingEndo, FEndomorphism) then
|