From 571dd38b445fb1b39af3f6af432658046b525b29 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 17 Apr 2017 21:06:34 +0200 Subject: Missing moved initialiser. --- plugingui/mainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugingui/mainwindow.h b/plugingui/mainwindow.h index 93ff416..893978a 100644 --- a/plugingui/mainwindow.h +++ b/plugingui/mainwindow.h @@ -63,7 +63,7 @@ private: TabWidget tabs{this}; Settings& settings; - SettingsNotifier settings_notifier{settings}; + SettingsNotifier settings_notifier; MainTab main_tab; // TODO use some nice textfield widget here -- cgit v1.2.3