mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 13:50:06 +02:00
fixed method typedata param order
git-svn-id: trunk@9465 -
This commit is contained in:
parent
58336e8ba1
commit
deb6720ea0
@ -188,8 +188,8 @@ begin
|
||||
if phpWithParameterNames in Attr then
|
||||
s:=s+ParamType.ParamName;
|
||||
s:=s+':'+ParamType.TypeName;
|
||||
if i>0 then s:=s+';';
|
||||
ParamString:=s+ParamString;
|
||||
if i>0 then s:=';'+s;
|
||||
ParamString:=ParamString+s;
|
||||
end;
|
||||
Result:=Result+ParamString+')';
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user