mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-01-11 01:10:13 +00:00
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
Block a user