Fix build with Xcode.
This commit is contained in:
parent
a7b6b97bd7
commit
facdf5a2d8
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ public:
|
||||||
object_ptr<BoxContent>,
|
object_ptr<BoxContent>,
|
||||||
std::unique_ptr<LayerWidget>> &&layer,
|
std::unique_ptr<LayerWidget>> &&layer,
|
||||||
LayerOptions options,
|
LayerOptions options,
|
||||||
anim::type animated) const;
|
anim::type animated) const override;
|
||||||
[[nodiscard]] not_null<QWidget*> toastParent() const override;
|
[[nodiscard]] not_null<QWidget*> toastParent() const override;
|
||||||
[[nodiscard]] bool valid() const override;
|
[[nodiscard]] bool valid() const override;
|
||||||
operator bool() const override;
|
operator bool() const override;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue