Fix build for GCC.

This commit is contained in:
John Preston 2019-09-02 15:22:01 +03:00
parent cb3bad31fa
commit e0c0d79be9

View File

@ -207,8 +207,7 @@ private:
class ScheduledMemento : public Window::SectionMemento { class ScheduledMemento : public Window::SectionMemento {
public: public:
ScheduledMemento(not_null<History*> history) ScheduledMemento(not_null<History*> history)
: _history(history) : _history(history) {
, _list({}) {
} }
object_ptr<Window::SectionWidget> createWidget( object_ptr<Window::SectionWidget> createWidget(