Browse Source

branches2.hpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
7d412d17c4
  1. 2
      src/branches2.hpp

2
src/branches2.hpp

@ -14,7 +14,7 @@ public:
Branches2(toml::value const &); Branches2(toml::value const &);
public: public:
void copy_enabled_rw(Branches2 &);
void copy_enabled_rw(Branches2 &) const;
public: public:
int clonepath(ghc::filesystem::path basepath, int clonepath(ghc::filesystem::path basepath,

Loading…
Cancel
Save