summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index f4b1d9dc..e3231f85 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -7855,7 +7855,7 @@ namespace BinaryNinja {
public:
Enumeration(BNEnumeration* e);
- std::vector<InstructionTextToken> GetTokensForValue(uint64_t value, size_t width);
+ std::vector<InstructionTextToken> GetTokensForValue(uint64_t value, size_t width, Ref<Type> type);
std::vector<EnumerationMember> GetMembers() const;
};