From b5d6806b15636611eaf2aabf2819430c4a549435 Mon Sep 17 00:00:00 2001 From: Scott Lagler Date: Wed, 22 Nov 2023 14:29:10 -0500 Subject: Add type confidence info to StructureMember type --- binaryninjaapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index d73c4a2b..4ae42c6e 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -8384,7 +8384,7 @@ namespace BinaryNinja { */ struct StructureMember { - Ref type; + Confidence> type; std::string name; uint64_t offset; BNMemberAccess access; -- cgit v1.3.1