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 {
|
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(
|
||||||
|
|
Loading…
Reference in New Issue