1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-28 05:57:39 +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 @@ class InMemoryConfiguration;
class FileConfiguration : public ConfigurationInterface
{
public:
FileConfiguration(std::string filename);
explicit FileConfiguration(std::string filename);
FileConfiguration();
//! Virtual destructor
~FileConfiguration();