mirror of https://github.com/procxx/kepka.git
Fix build for GCC.
This commit is contained in:
parent
cb3bad31fa
commit
e0c0d79be9
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue