GUI: Fix compiling.

This commit is contained in:
Kimmo Varis 2010-08-28 09:16:01 +03:00
parent 83a8879f11
commit 11e073cf99
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ Settings MainWindow::GetCppcheckSettings()
}
}
result._debug = false;
result.debug = false;
result._checkCodingStyle = true;
result._errorsOnly = false;
result._verbose = true;