mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 06:18:09 +01:00
IDE: create event to override ancestor event: use inherited without name
git-svn-id: trunk@35785 -
This commit is contained in:
parent
448f407b8b
commit
93ab0b45cd
@ -18046,7 +18046,7 @@ var
|
||||
begin
|
||||
// the old method is from an ancestor
|
||||
// => add a statement 'inherited OldMethodName;'
|
||||
Result:='inherited '+OldJITMethod.TheMethodName;
|
||||
Result:='inherited';
|
||||
{$IFDEF VerboseOnPropHookCreateMethod}
|
||||
debugln([' GetInheritedMethodPath old method is from an ancestor. Result="',Result,'"']);
|
||||
{$ENDIF}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user