summaryrefslogtreecommitdiff
path: root/view/sharedcache/api/sharedcacheapi.h
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2025-02-12 17:06:31 -0500
committerGlenn Smith <glenn@vector35.com>2025-02-13 13:51:54 -0500
commit5365728462076834832090072788972585260876 (patch)
tree488624f36cc3c3da2bb2acb14cf76a9e39918619 /view/sharedcache/api/sharedcacheapi.h
parent1925885513166893508719453618249182735388 (diff)
[SharedCache] Use StringRef for performance
Diffstat (limited to 'view/sharedcache/api/sharedcacheapi.h')
-rw-r--r--view/sharedcache/api/sharedcacheapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/sharedcache/api/sharedcacheapi.h b/view/sharedcache/api/sharedcacheapi.h
index 50d2b382..712cc98e 100644
--- a/view/sharedcache/api/sharedcacheapi.h
+++ b/view/sharedcache/api/sharedcacheapi.h
@@ -126,7 +126,7 @@ namespace SharedCacheAPI {
struct DSCSymbol {
uint64_t address;
- std::string name;
+ BinaryNinja::StringRef name;
std::string image;
};