diff --git a/vmime/utility/path.hpp b/vmime/utility/path.hpp index da0dc020..8c66367e 100644 --- a/vmime/utility/path.hpp +++ b/vmime/utility/path.hpp @@ -49,7 +49,7 @@ public: path(); path(const component& c); path(const path& p); - path(const string& s); + explicit path(const string& s); // Append a component to a path path operator/(const path& p) const;