branch2.hpp

This commit is contained in:
Antonio SJ Musumeci
2024-03-10 17:53:50 -05:00
parent 6fd2662e04
commit 67f53ea27c
+3
View File
@@ -23,6 +23,9 @@ public:
~Branch2();
Branch2& operator=(Branch2 const &);
public:
bool matches_exclude(ghc::filesystem::path const &path);
public:
bool enabled;
Mode mode;