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/viewframe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/viewframe.h') diff --git a/ui/viewframe.h b/ui/viewframe.h index 96bf7d98..0a9f9020 100644 --- a/ui/viewframe.h +++ b/ui/viewframe.h @@ -27,7 +27,7 @@ \ingroup viewframe */ -struct SelectionInfoForXref +struct BINARYNINJAUIAPI SelectionInfoForXref { // Check these booleans before accessing the address/type/variable info, // since the invalid fields are not guaranteed to be initialized/zero-ed. -- cgit v1.3.1