diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-04-18 00:01:27 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-04-18 00:01:27 +0200 |
commit | e1c74e7a6658f72abb3a5f76607bc9daf2b17b49 (patch) | |
tree | 654519295a4731ed66dfbd89c44b13118647d04c /plugingui/mainwindow.cc | |
parent | 6ed23c25c3eb2a9e4fd3f35754d9ec083278e595 (diff) |
Fix for the last commit.
Diffstat (limited to 'plugingui/mainwindow.cc')
-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); |