Skip to content

Commit 710e791

Browse files
committed
Inheritance correction
1 parent 6f8ec50 commit 710e791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/fmx/WrapFmxDialogs.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
interface
44

55
uses
6-
FMX.Dialogs, WrapDelphiClasses, PythonEngine;
6+
FMX.Dialogs, WrapFmxTypes, PythonEngine;
77

88

99
type
10-
TPyDelphiOpenDialog = class(TPyDelphiComponent)
10+
TPyDelphiOpenDialog = class(TPyDelphiFmxObject)
1111
private
1212
function GetDelphiObject: TOpenDialog;
1313
procedure SetDelphiObject(const Value: TOpenDialog);

0 commit comments

Comments
 (0)