Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c7f6956

Browse filesBrowse files
committed
Correction in previous commit.
1 parent 508b019 commit c7f6956
Copy full SHA for c7f6956

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎PythonForDelphi/Components/Sources/Core/VarPyth.pas

Copy file name to clipboardExpand all lines: PythonForDelphi/Components/Sources/Core/VarPyth.pas
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.