diff --git a/src/fs_xattr.hpp b/src/fs_xattr.hpp index 16b62b51..f1412d19 100644 --- a/src/fs_xattr.hpp +++ b/src/fs_xattr.hpp @@ -65,7 +65,7 @@ namespace fs const int flags); int set(const int fd, const map &attrs); - int set(const string &path, + int set(const fs::path &path, const string &key, const string &value, const int flags);