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 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();