From 004afdfbb47d91346191ab63be1d5a5d625704d4 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Sun, 24 Nov 2024 20:55:04 -0500 Subject: Properly maintain selections in the tags list. --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 762cd275..71b506e0 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -4281,6 +4281,7 @@ namespace BinaryNinja { TagReference(); TagReference(const BNTagReference& ref); + bool EqualsByData(const TagReference& other) const; bool operator==(const TagReference& other) const; bool operator!=(const TagReference& other) const; -- cgit v1.3.1