summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2023-11-16 16:00:37 -0500
committerBrian Potchik <brian@vector35.com>2023-11-16 16:00:37 -0500
commitc798413b1d6625a94d90f1ef56c067370d93bb9f (patch)
treecb03df772a8fc87f79ab4b4b6fbc716a51534626 /binaryninjaapi.h
parent4025361513068463390900635313910200542556 (diff)
Initial components UI update.
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 0052e3ed..91006bf5 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -2825,7 +2825,7 @@ namespace BinaryNinja {
SegmentUpdates = SegmentLifetime | SegmentUpdated,
SectionLifetime = SectionAdded | SectionRemoved,
SectionUpdates = SectionLifetime | SectionUpdated,
- ComponentUpdates = ComponentAdded | ComponentRemoved | ComponentMoved | ComponentFunctionAdded | ComponentFunctionRemoved | ComponentDataVariableAdded | ComponentDataVariableRemoved
+ ComponentUpdates = ComponentNameUpdated | ComponentAdded | ComponentRemoved | ComponentMoved | ComponentFunctionAdded | ComponentFunctionRemoved | ComponentDataVariableAdded | ComponentDataVariableRemoved
};
using NotificationTypes = uint64_t;