2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Fix build with Xcode.

This commit is contained in:
John Preston
2022-10-14 23:24:46 +04:00
parent ead427793b
commit d4255bbfe4
2 changed files with 5 additions and 4 deletions

View File

@@ -132,7 +132,7 @@ public:
[[nodiscard]] rpl::producer<bool> grabbingForExpanding() const;
[[nodiscard]] const Ui::RoundRect *bottomSkipRounding() const;
[[nodiscard]] rpl::producer<> removeRequests() const {
[[nodiscard]] rpl::producer<> removeRequests() const override {
return _removeRequests.events();
}