summaryrefslogtreecommitdiff
path: root/view/sharedcache/core/SharedCacheController.h
diff options
context:
space:
mode:
Diffstat (limited to 'view/sharedcache/core/SharedCacheController.h')
-rw-r--r--view/sharedcache/core/SharedCacheController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/sharedcache/core/SharedCacheController.h b/view/sharedcache/core/SharedCacheController.h
index 3a6c76dc..cda3653c 100644
--- a/view/sharedcache/core/SharedCacheController.h
+++ b/view/sharedcache/core/SharedCacheController.h
@@ -42,7 +42,7 @@ namespace BinaryNinja::DSC {
static DSCRef<SharedCacheController> Initialize(BinaryView& view, SharedCache&& cache);
// NOTE: This will not create one if it does not exist. To create one for the view call `Initialize`.
- static DSCRef<SharedCacheController> FromView(BinaryView& view);
+ static DSCRef<SharedCacheController> FromView(const BinaryView& view);
SharedCache& GetCache() { return m_cache; };
const std::unordered_set<uint64_t>& GetLoadedRegions() { return m_loadedRegions; };