summaryrefslogtreecommitdiff
path: root/view/sharedcache/core/SharedCacheView.h
diff options
context:
space:
mode:
Diffstat (limited to 'view/sharedcache/core/SharedCacheView.h')
-rw-r--r--view/sharedcache/core/SharedCacheView.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/sharedcache/core/SharedCacheView.h b/view/sharedcache/core/SharedCacheView.h
index 5f916b30..ce592519 100644
--- a/view/sharedcache/core/SharedCacheView.h
+++ b/view/sharedcache/core/SharedCacheView.h
@@ -25,6 +25,7 @@ public:
~SharedCacheView() override = default;
bool Init() override;
+ void OnAfterSnapshotDataApplied() override;
// Initialized the shared cache controller for this view. This is what allows us to load images and regions.
bool InitController();