From 11e073cf99e6a60735afd14e13ed43131c1d649d Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Sat, 28 Aug 2010 09:16:01 +0300 Subject: [PATCH] GUI: Fix compiling. --- gui/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;