diff --git a/src/branches2.hpp b/src/branches2.hpp index 8b6f0477..4c1d7645 100644 --- a/src/branches2.hpp +++ b/src/branches2.hpp @@ -17,8 +17,8 @@ public: uint64_t min_free_space; public: - int clonepath(ghc::filesystem::path &basepath, - ghc::filesystem::path &fusepath); + int clonepath(ghc::filesystem::path basepath, + ghc::filesystem::path fusepath); public: std::vector::iterator begin() { return _branches.begin(); }