diff options
| author | Brian Potchik <brian@vector35.com> | 2020-12-06 12:40:54 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2020-12-06 12:40:54 -0500 |
| commit | e135d72967f8dfc5c5cebea4caaf3d7240f7493c (patch) | |
| tree | 49d3d6d54f5f4ab64945ee7a42bad42ed4eadb4a | |
| parent | 72802cb5cf665ee3bd5eca2fb24ea1be4b02afaf (diff) | |
Update reflection view to use view location notification.
| -rw-r--r-- | ui/reflectionview.h | 3 |
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; |
