diff --git a/src/mergerfs_api.hpp b/src/mergerfs_api.hpp index c3f7bee6..8d47a611 100644 --- a/src/mergerfs_api.hpp +++ b/src/mergerfs_api.hpp @@ -20,8 +20,8 @@ namespace mergerfs int set_kv(const fs::path &mountpoint, - const std::string key, - const std::string val); + const std::string &key, + const std::string &val); int basepath(const std::string &path,