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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user