world convert fatal error fix
This commit is contained in:
parent
6d6b8e24aa
commit
9dadae6e34
@ -214,7 +214,7 @@ void Map::flag(const std::string& key, bool& dst) const {
|
||||
}
|
||||
|
||||
Map& Map::put(std::string key, const Value& value) {
|
||||
values.emplace(key, value);
|
||||
values[key] = value;
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user