IDE: create event to override ancestor event: use inherited without name

git-svn-id: trunk@35785 -
This commit is contained in:
mattias 2012-03-07 05:51:51 +00:00
parent 448f407b8b
commit 93ab0b45cd

View File

@ -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}