From facdf5a2d837939a3d82cc3cd63ba69b98f717e8 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 19 May 2023 22:01:59 +0400 Subject: [PATCH] Fix build with Xcode. --- ui/widgets/separate_panel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/widgets/separate_panel.cpp b/ui/widgets/separate_panel.cpp index 83dc4bb..2f6b2e0 100644 --- a/ui/widgets/separate_panel.cpp +++ b/ui/widgets/separate_panel.cpp @@ -44,7 +44,7 @@ public: object_ptr, std::unique_ptr> &&layer, LayerOptions options, - anim::type animated) const; + anim::type animated) const override; [[nodiscard]] not_null toastParent() const override; [[nodiscard]] bool valid() const override; operator bool() const override;