summaryrefslogtreecommitdiff
path: root/settings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'settings.cpp')
-rw-r--r--settings.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings.cpp b/settings.cpp
index c779c10e..3ea43a7e 100644
--- a/settings.cpp
+++ b/settings.cpp
@@ -124,9 +124,9 @@ bool Settings::UpdateProperty(const std::string& key, const std::string& propert
}
-bool Settings::DeserializeSchema(const string& schema)
+bool Settings::DeserializeSchema(const string& schema, BNSettingsScope scope, bool merge)
{
- return BNSettingsDeserializeSchema(m_object, schema.c_str());
+ return BNSettingsDeserializeSchema(m_object, schema.c_str(), scope, merge);
}