* Correction on previous patch

git-svn-id: trunk@32827 -
This commit is contained in:
michael 2016-01-01 23:23:42 +00:00
parent 3f5172933d
commit 81b778f555

View File

@ -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';