summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2020-07-04 12:15:33 -0400
committerBrian Potchik <brian@vector35.com>2020-07-04 12:15:33 -0400
commitd34bd65478e02a5dc8d1e2f16f09ce7fcdafcb6d (patch)
treec50a9d74aaad86297c09aa2a8ca982260128a20e /binaryninjacore.h
parent5409fb4fc1e8727d74448286973243526c948fd3 (diff)
Workspace Settings are now Project Settings.
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index b09a917a..a6e2c0c1 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -2238,8 +2238,8 @@ extern "C"
SettingsAutoScope = 1,
SettingsDefaultScope = 2,
SettingsUserScope = 4,
- SettingsWorkspaceScope = 8,
- SettingsContextScope = 0x10
+ SettingsProjectScope = 8,
+ SettingsResourceScope = 0x10
};
enum BNLinearViewObjectIdentifierType