File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ TPyDelphiLinkLabel = class (TPyDelphiCustomLinkLabel)
198
198
property DelphiObject: TLinkLabel read GetDelphiObject write SetDelphiObject;
199
199
end ;
200
200
201
- function SysLinkTypeToPython (const ASymLinkType : TSysLinkType): PPyObject;
201
+ function SysLinkTypeToPython (const ASysLinkType : TSysLinkType): PPyObject;
202
202
203
203
implementation
204
204
@@ -254,10 +254,10 @@ procedure TExtCtrlsRegistration.RegisterWrappers(APyDelphiWrapper: TPyDelphiWrap
254
254
APyDelphiWrapper.EventHandlers.RegisterHandler(TSysLinkEventHandler);
255
255
end ;
256
256
257
- function SysLinkTypeToPython (const ASymLinkType : TSysLinkType): PPyObject;
257
+ function SysLinkTypeToPython (const ASysLinkType : TSysLinkType): PPyObject;
258
258
begin
259
259
Result := GetPythonEngine.PyUnicodeFromString(
260
- TRttiEnumerationType.GetName<TSysLinkType>(ASymLinkType ));
260
+ TRttiEnumerationType.GetName<TSysLinkType>(ASysLinkType ));
261
261
end ;
262
262
263
263
{ TPyDelphiShape }
You can’t perform that action at this time.
0 commit comments