From 0c03070109d14bca90eeaf67129c9a7cdc074411 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 11 Mar 2022 16:39:18 +0400 Subject: [PATCH] Fix build for macOS. --- Telegram/SourceFiles/info/downloads/info_downloads_provider.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/info/downloads/info_downloads_provider.h b/Telegram/SourceFiles/info/downloads/info_downloads_provider.h index 08f507e88..cf7bca91d 100644 --- a/Telegram/SourceFiles/info/downloads/info_downloads_provider.h +++ b/Telegram/SourceFiles/info/downloads/info_downloads_provider.h @@ -44,7 +44,7 @@ public: void refreshViewer() override; rpl::producer<> refreshed() override; - void setSearchQuery(QString query); + void setSearchQuery(QString query) override; std::vector fillSections( not_null delegate) override;