From d2913488c74e5297dc8645436571b4e62befa917 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 20 May 2021 09:41:31 -0600 Subject: [PATCH] Mark a function argument as 'const'. --- tests/tests.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.5