From 3869237b2517c11863390440e3b5a39c454eaa4b Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 4 Feb 2024 22:18:14 -0600 Subject: [PATCH] branches2.hpp --- src/branches2.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); }