From d56b7eae064c22f7aece9d13bfbd7447e01364ef Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Tue, 15 Mar 2022 15:46:51 -0500 Subject: [PATCH] Make MSVC happy Signed-off-by: Michael Carroll --- cli/src/cli_TEST.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/cli_TEST.cc b/cli/src/cli_TEST.cc index 68aa297..85c8d2b 100644 --- a/cli/src/cli_TEST.cc +++ b/cli/src/cli_TEST.cc @@ -41,7 +41,7 @@ struct TestOptions int excludesOptionA; int excludesOptionB; - float defaultValueOption {6.28}; + float defaultValueOption {6.28f}; }; /////////////////////////////////////////////////