summaryrefslogtreecommitdiff
path: root/view/sharedcache/core/SharedCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'view/sharedcache/core/SharedCache.h')
-rw-r--r--view/sharedcache/core/SharedCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/sharedcache/core/SharedCache.h b/view/sharedcache/core/SharedCache.h
index c1026295..f6a1e7a8 100644
--- a/view/sharedcache/core/SharedCache.h
+++ b/view/sharedcache/core/SharedCache.h
@@ -596,7 +596,7 @@ namespace SharedCacheCore {
bool SaveCacheInfoToDSCView(std::lock_guard<std::mutex>&);
bool SaveModifiedStateToDSCView(std::lock_guard<std::mutex>&);
- void ParseAndApplySlideInfoForFile(std::shared_ptr<MMappedFileAccessor> file, uint64_t baseAddress);
+ static void ParseAndApplySlideInfoForFile(std::shared_ptr<MMappedFileAccessor> file, uint64_t baseAddress, Ref<Logger> logger);
std::optional<uint64_t> GetImageStart(std::string_view installName);
const SharedCacheMachOHeader* HeaderForAddress(uint64_t);
bool LoadImageWithInstallName(std::string installName, bool skipObjC);