mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 16:48:12 +02:00
* Correction on previous patch
git-svn-id: trunk@32827 -
This commit is contained in:
parent
3f5172933d
commit
81b778f555
@ -822,7 +822,7 @@ begin
|
||||
end;
|
||||
end;
|
||||
tmp:=' procedure Set_%s(%s %s:%s); %s;'#13#10;
|
||||
if not (bParamByRef or (sType='OleVariant')) then
|
||||
if not bParamByRef then
|
||||
Modifier:='const'
|
||||
else
|
||||
Modifier:='var';
|
||||
|
Loading…
Reference in New Issue
Block a user