From e1b164fa2bd10d5662c65ed930416d2f911c12e1 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Tue, 1 Apr 2025 01:03:56 -0400 Subject: [SharedCache] Fix some bugs --- view/sharedcache/core/SharedCache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/sharedcache/core/SharedCache.h') diff --git a/view/sharedcache/core/SharedCache.h b/view/sharedcache/core/SharedCache.h index 54ec9dfd..674e00c3 100644 --- a/view/sharedcache/core/SharedCache.h +++ b/view/sharedcache/core/SharedCache.h @@ -32,7 +32,7 @@ struct CacheSymbol CacheSymbol& operator=(CacheSymbol&& other) noexcept = default; // NOTE: you should really only call this when adding the symbol to the view. - BinaryNinja::Ref ToBNSymbol() const; + BinaryNinja::Ref ToBNSymbol(BinaryNinja::BinaryView& view) const; }; enum class CacheRegionType -- cgit v1.3.1