Skip to content

Commit c7f6956

Browse files
committed
Correction in previous commit.
1 parent 508b019 commit c7f6956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PythonForDelphi/Components/Sources/Core/VarPyth.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,10 @@ TPythonVariantType = class(TInvokeableVariantType, IVarInstanceReference)
184184
const Value: TVarData): Boolean; override;
185185
{$IFDEF DELPHIXE7_OR_HIGHER}
186186
procedure DispInvoke(Dest: PVarData;
187-
[Ref] const Source: TVarData; CallDesc: PCallDesc; Params: Pointer);
187+
[Ref] const Source: TVarData; CallDesc: PCallDesc; Params: Pointer);override;
188188
{$ELSE}
189189
procedure DispInvoke(Dest: PVarData;
190-
const Source: TVarData; CallDesc: PCallDesc; Params: Pointer);
190+
const Source: TVarData; CallDesc: PCallDesc; Params: Pointer);override;
191191
{$ENDIF}
192192
end;
193193

0 commit comments

Comments
 (0)