diff --git a/src/branches2.cpp b/src/branches2.cpp index e6a682ae..7251e6af 100644 --- a/src/branches2.cpp +++ b/src/branches2.cpp @@ -18,3 +18,12 @@ Branches2::Branches2(toml::value const &v_) _branches.emplace_back(tier); } } + +int +Branches2::clonepath(ghc::filesystem::path basepath_, + ghc::filesystem::path relpath_) +{ + + + return 0; +}