diff options
| author | Glenn Smith <glenn@vector35.com> | 2021-02-26 17:58:01 -0500 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2021-07-01 00:06:44 -0400 |
| commit | eb1b1db886babc038fb00985718f5869afb44c19 (patch) | |
| tree | 39b128c22bbc6048b0219443fece81352c0acfc2 /binaryninjaapi.h | |
| parent | 0d5ce53be355905aa9c1b3eae5c3ec8030613c7c (diff) | |
Change tag ids to string
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index d0101b22..65a79fcd 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1672,7 +1672,7 @@ __attribute__ ((format (printf, 1, 2))) void AddTag(Ref<Tag> tag, bool user = false); void RemoveTag(Ref<Tag> tag, bool user = false); - Ref<Tag> GetTag(uint64_t tagId); + Ref<Tag> GetTag(const std::string& tagId); std::vector<TagReference> GetAllTagReferences(); std::vector<TagReference> GetAllAddressTagReferences(); |
