From 6534d72f8cc964a1621f15089becb91dbe648b31 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 10 Mar 2024 17:53:53 -0500 Subject: [PATCH] branch2.hpp --- src/branch2.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/branch2.hpp b/src/branch2.hpp index ef8c0784..c48c5a3f 100644 --- a/src/branch2.hpp +++ b/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;