Browse Source

branch2.hpp

toml4
Antonio SJ Musumeci 8 months ago
parent
commit
67f53ea27c
  1. 3
      src/branch2.hpp

3
src/branch2.hpp

@ -23,6 +23,9 @@ public:
~Branch2();
Branch2& operator=(Branch2 const &);
public:
bool matches_exclude(ghc::filesystem::path const &path);
public:
bool enabled;
Mode mode;

Loading…
Cancel
Save