Fix for compilation error
parent
9586474fa8
commit
8601066761
|
@ -115,14 +115,7 @@ public:
|
|||
{
|
||||
try
|
||||
{
|
||||
auto property = nlohmann::json::array();
|
||||
|
||||
for (const auto& value : array)
|
||||
{
|
||||
property.push_back(value);
|
||||
}
|
||||
|
||||
m_properties[section][key] = property;
|
||||
m_properties[section][key] = nlohmann::json(array);
|
||||
m_needsSave = true;
|
||||
}
|
||||
catch (std::exception & e)
|
||||
|
|
Loading…
Reference in New Issue