codetools: fixed TEventsCodeTool.CreateMethod

git-svn-id: trunk@29986 -
This commit is contained in:
mattias 2011-03-22 21:03:31 +00:00
parent 8a2a7fedfd
commit e58ceb3294

View File

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