mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 16:00:44 +02:00
codetools: fixed TEventsCodeTool.CreateMethod
git-svn-id: trunk@29986 -
This commit is contained in:
parent
8a2a7fedfd
commit
e58ceb3294
@ -792,7 +792,7 @@ var AClassNode: TCodeTreeNode;
|
||||
begin
|
||||
Result:=false;
|
||||
BuildTree(lsrEnd);
|
||||
AClassNode:=FindClassNodeInInterface(ClassName,true,false,true);
|
||||
AClassNode:=FindClassNodeInInterface(AClassName,true,false,true);
|
||||
Result:=CreateMethod(AClassNode,AMethodName,ATypeInfo,
|
||||
APropertyUnitName,APropertyPath,
|
||||
SourceChangeCache,UseTypeInfoForParameters,Section,
|
||||
|
Loading…
Reference in New Issue
Block a user