diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp index 422174147..218d0b535 100644 --- a/gui/mainwindow.cpp +++ b/gui/mainwindow.cpp @@ -360,7 +360,7 @@ Settings MainWindow::GetCppcheckSettings() } } - result._debug = false; + result.debug = false; result._checkCodingStyle = true; result._errorsOnly = false; result._verbose = true;