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 {
public:
ScheduledMemento(not_null<History*> history)
: _history(history)
, _list({}) {
: _history(history) {
}
object_ptr<Window::SectionWidget> createWidget(