summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 29f7c3b1..b67ea0a2 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -4547,7 +4547,7 @@ namespace BinaryNinja
bool UpdateProperty(const std::string& key, const std::string& property, const std::string& value);
bool UpdateProperty(const std::string& key, const std::string& property, const std::vector<std::string>& value);
- bool DeserializeSchema(const std::string& schema);
+ bool DeserializeSchema(const std::string& schema, BNSettingsScope scope = SettingsAutoScope, bool merge = true);
std::string SerializeSchema();
bool DeserializeSettings(const std::string& contents, Ref<BinaryView> view = nullptr, BNSettingsScope scope = SettingsAutoScope);
std::string SerializeSettings(Ref<BinaryView> view = nullptr, BNSettingsScope scope = SettingsAutoScope);