Browse Source

branch2.hpp

toml4
Antonio SJ Musumeci 8 months ago
parent
commit
6534d72f8c
  1. 2
      src/branch2.hpp

2
src/branch2.hpp

@ -24,7 +24,7 @@ public:
Branch2& operator=(Branch2 const &);
public:
bool matches_exclude(ghc::filesystem::path const &path);
bool matches_exclude(ghc::filesystem::path const &path) const;
public:
bool enabled;

Loading…
Cancel
Save