From e0c0d79be98a83a4d62d4ab664b1ec443874318e Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 2 Sep 2019 15:22:01 +0300 Subject: [PATCH] Fix build for GCC. --- .../SourceFiles/history/view/history_view_scheduled_section.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Telegram/SourceFiles/history/view/history_view_scheduled_section.h b/Telegram/SourceFiles/history/view/history_view_scheduled_section.h index 95bd85942d..06c9a4843f 100644 --- a/Telegram/SourceFiles/history/view/history_view_scheduled_section.h +++ b/Telegram/SourceFiles/history/view/history_view_scheduled_section.h @@ -207,8 +207,7 @@ private: class ScheduledMemento : public Window::SectionMemento { public: ScheduledMemento(not_null history) - : _history(history) - , _list({}) { + : _history(history) { } object_ptr createWidget(