summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/reflectionview.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/reflectionview.h b/ui/reflectionview.h
index d250e66f..a4816253 100644
--- a/ui/reflectionview.h
+++ b/ui/reflectionview.h
@@ -26,8 +26,7 @@ public:
ReflectionView(ViewFrame* frame, BinaryViewRef data);
~ReflectionView();
- virtual void notifyOffsetChanged(uint64_t offset) override;
- virtual void notifyViewChanged(ViewFrame* frame) override;
+ virtual void notifyViewLocationChanged(View* view, const ViewLocation& viewLocation) override;
virtual void notifyVisibilityChanged(bool visible) override;
virtual bool shouldBeVisible(ViewFrame* frame) override;