aboutsummaryrefslogtreecommitdiff
path: root/src/tracking/path_matcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tracking/path_matcher.h')
-rw-r--r--src/tracking/path_matcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tracking/path_matcher.h b/src/tracking/path_matcher.h
index 64337c0..966567e 100644
--- a/src/tracking/path_matcher.h
+++ b/src/tracking/path_matcher.h
@@ -11,7 +11,7 @@ class PathMatcher {
PathMatcher() = default;
PathMatcher(const std::string&);
- bool isMatching(const std::string&) const;
+ bool is_matching(const std::string&) const;
private:
std::vector<std::regex> patterns_;