diff --git a/Telegram/SourceFiles/history/view/history_view_scheduled_section.h b/Telegram/SourceFiles/history/view/history_view_scheduled_section.h index 95bd85942..06c9a4843 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(