diff options
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 4 |
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 |
