diff options
| -rw-r--r-- | plugingui/mainwindow.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/plugingui/mainwindow.cc b/plugingui/mainwindow.cc index 0cdb1b8..b7df977 100644 --- a/plugingui/mainwindow.cc +++ b/plugingui/mainwindow.cc @@ -43,7 +43,7 @@ MainWindow::MainWindow(Settings& settings, void* native_window)  	, main_tab(this, settings, settings_notifier)  {  	// FIXME: remove this when settings are actually used in this class -	(void)settings; +	(void)this->settings;  	CONNECT(this, sizeChangeNotifier, this, &MainWindow::sizeChanged);  	CONNECT(eventHandler(), closeNotifier, this, &MainWindow::closeEventHandler); | 
