From eb1b1db886babc038fb00985718f5869afb44c19 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Fri, 26 Feb 2021 17:58:01 -0500 Subject: Change tag ids to string --- binaryninjaapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryninjaapi.h') 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, bool user = false); void RemoveTag(Ref tag, bool user = false); - Ref GetTag(uint64_t tagId); + Ref GetTag(const std::string& tagId); std::vector GetAllTagReferences(); std::vector GetAllAddressTagReferences(); -- cgit v1.3.1