From 2ef7be823d1a646fc3d0bd204d62f5fe9a2df98b Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 4 Feb 2024 22:13:52 -0600 Subject: [PATCH] branches2.hpp --- src/branches2.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/branches2.hpp b/src/branches2.hpp index 6390345e..8b6f0477 100644 --- a/src/branches2.hpp +++ b/src/branches2.hpp @@ -17,7 +17,8 @@ public: uint64_t min_free_space; public: - + int clonepath(ghc::filesystem::path &basepath, + ghc::filesystem::path &fusepath); public: std::vector::iterator begin() { return _branches.begin(); }