diff options
| -rw-r--r-- | ui/reflectionview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/reflectionview.h b/ui/reflectionview.h index 6439fbe4..1be8cc50 100644 --- a/ui/reflectionview.h +++ b/ui/reflectionview.h @@ -39,6 +39,7 @@ public: void toggleILSync(); void toggleLocationSync(); + virtual void notifyFontChanged() override; virtual void notifyViewLocationChanged(View* view, const ViewLocation& viewLocation) override; virtual void notifyVisibilityChanged(bool visible) override; virtual bool shouldBeVisible(ViewFrame* frame) override; |
