IDEIntf: less hints

git-svn-id: trunk@52557 -
This commit is contained in:
mattias 2016-06-22 14:26:48 +00:00
parent 83e3060067
commit 4c9d5e70ca

View File

@ -5111,7 +5111,7 @@ var
V: Variant;
begin
try
VarCast(V, Value, VarType(GetVarValue));
VarCast(V{%H-}, Value, VarType(GetVarValue));
except
V := Value;
end;