Util: Fix Parser Json::Value construction

This commit is contained in:
Riyyi
2022-06-23 14:19:06 +02:00
parent 8bfae9b483
commit e5978310bf
2 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ public:
{
}
void emplace(Value value)
void emplace_back(Value value)
{
m_values.emplace_back(std::move(value));
}