From: Wolfgang Bangerth Date: Thu, 20 May 2021 15:41:31 +0000 (-0600) Subject: Mark a function argument as 'const'. X-Git-Tag: v9.3.0-rc1~22^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2913488c74e5297dc8645436571b4e62befa917;p=dealii.git Mark a function argument as 'const'. --- diff --git a/tests/tests.h b/tests/tests.h index 533f335a72..e8c25d3c4f 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -496,7 +496,7 @@ std::string deallogname; std::ofstream deallogfile; void -initlog(bool console = false, +initlog(const bool console = false, const std::ios_base::fmtflags flags = std::ios::showpoint | std::ios::left) {