Fix build with Xcode.

This commit is contained in:
John Preston 2023-05-19 22:01:59 +04:00
parent a7b6b97bd7
commit facdf5a2d8

View file

@ -44,7 +44,7 @@ public:
object_ptr<BoxContent>,
std::unique_ptr<LayerWidget>> &&layer,
LayerOptions options,
anim::type animated) const;
anim::type animated) const override;
[[nodiscard]] not_null<QWidget*> toastParent() const override;
[[nodiscard]] bool valid() const override;
operator bool() const override;