mark constructor explicit

This commit is contained in:
Arne Morten Kvarving
2019-07-08 11:17:17 +02:00
parent 88afb50d09
commit 83e2029af4

View File

@@ -28,7 +28,7 @@ namespace Opm {
class Group2 {
public:
Group2(const std::string& group_name);
explicit Group2(const std::string& group_name);
private:
std::string name;