From 6326257649265907739832337316637601819417 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Wed, 6 May 2026 19:27:05 -0400 Subject: Make Metadata::operator== const --- binaryninjaapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 6cd7eaf2..504c591c 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -2218,7 +2218,7 @@ namespace BinaryNinja { explicit Metadata(MetadataType type); virtual ~Metadata() {} - bool operator==(const Metadata& rhs); + bool operator==(const Metadata& rhs) const; Ref operator[](const std::string& key); Ref operator[](size_t idx); -- cgit v1.3.1