Converter: fixed a bug in function name replacement when the func has no params.

git-svn-id: trunk@27303 -
This commit is contained in:
juha 2010-09-11 14:05:09 +00:00
parent 70b20c0c64
commit 163408b6f1

View File

@ -689,8 +689,10 @@ var
end;
end;
end
else
else begin
FuncInfo.EndPos:=CurPos.StartPos;
CheckSemiColon(FuncInfo);
end;
end;
FuncInfo.UpdateReplacement;
end;