Skip to content

Commit

Permalink
Make MSVC happy
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Mar 15, 2022
1 parent 0b9305f commit d56b7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/cli_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ struct TestOptions
int excludesOptionA;
int excludesOptionB;

float defaultValueOption {6.28};
float defaultValueOption {6.28f};
};

/////////////////////////////////////////////////
Expand Down

0 comments on commit d56b7ea

Please sign in to comment.