aboutsummaryrefslogtreecommitdiff
path: root/src/tracking/path_matcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/tracking/path_matcher.cc')
-rw-r--r--src/tracking/path_matcher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tracking/path_matcher.cc b/src/tracking/path_matcher.cc
index c136565..da7917d 100644
--- a/src/tracking/path_matcher.cc
+++ b/src/tracking/path_matcher.cc
@@ -28,7 +28,7 @@ PathMatcher::PathMatcher(const std::string& source_file_path) {
}
}
-bool PathMatcher::isMatching(const std::string& candidate) const {
+bool PathMatcher::is_matching(const std::string& candidate) const {
return std::any_of(
this->patterns_.begin(),
this->patterns_.end(),