1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-31 23:33:03 +00:00

Mark all constructors callable with one argument as explicit

This commit is contained in:
Carles Fernandez
2019-08-23 21:25:44 +02:00
parent 7e16077526
commit 95f688dcb0
38 changed files with 40 additions and 40 deletions

View File

@@ -57,7 +57,7 @@ public:
class option_list
{
public:
option_list(std::string program_name);
explicit option_list(std::string program_name);
void add(const option_t &opt);