Attempt to fix Travis failure
This commit is contained in:
parent
5b7383cdf2
commit
1c6d1ddfa8
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ variant unit_callable::get_value(const std::string& key) const
|
|||
if(needs_flip) {
|
||||
val = 100 - val;
|
||||
}
|
||||
res.emplace(p.first, val);
|
||||
res.emplace(variant(p.first), variant(val));
|
||||
}
|
||||
|
||||
return variant(res);
|
||||
|
|
Loading…
Add table
Reference in a new issue