From c798413b1d6625a94d90f1ef56c067370d93bb9f Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 16 Nov 2023 16:00:37 -0500 Subject: Initial components UI update. --- binaryninjaapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryninjaapi.h') 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; -- cgit v1.3.1