From 8b15f2244af51ef312a6a4be7444a07242a34b60 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Tue, 26 Sep 2023 18:56:47 -0600 Subject: Minor updates for Python binding generation of UI API --- ui/uicontext.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ui/uicontext.h') diff --git a/ui/uicontext.h b/ui/uicontext.h index e8a40a70..99abb84e 100644 --- a/ui/uicontext.h +++ b/ui/uicontext.h @@ -273,9 +273,8 @@ class BINARYNINJAUIAPI UIContext void NotifyOnViewChange(ViewFrame* frame, const QString& type); void NotifyOnAddressChange(ViewFrame* frame, View* view, const ViewLocation& location); - void NotifyOnNewSelectionForXref(ViewFrame* frame, View* view, const SelectionInfoForXref& selection); - public: +public: UIContext(); virtual ~UIContext(); -- cgit v1.3.1