diff options
Diffstat (limited to 'logic/pathmatcher/MultiMatcher.h')
-rw-r--r-- | logic/pathmatcher/MultiMatcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/pathmatcher/MultiMatcher.h b/logic/pathmatcher/MultiMatcher.h index e018967c..91f70aa4 100644 --- a/logic/pathmatcher/MultiMatcher.h +++ b/logic/pathmatcher/MultiMatcher.h @@ -15,7 +15,7 @@ public: return *this; } - virtual bool matches(const QString &string) override + virtual bool matches(const QString &string) const override { for(auto iter: m_matchers) { |