diff --git a/src/fs/Path.hxx b/src/fs/Path.hxx index e41345c4b..b4c84876a 100644 --- a/src/fs/Path.hxx +++ b/src/fs/Path.hxx @@ -38,7 +38,7 @@ class Path : public PathTraitsFS::Pointer { using Traits = PathTraitsFS; using Base = Traits::Pointer; - constexpr Path(const_pointer _value) noexcept:Base(_value) {} + explicit constexpr Path(const_pointer _value) noexcept:Base(_value) {} public: /**