summaryrefslogtreecommitdiffstats
path: root/logic/pathmatcher/IPathMatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/pathmatcher/IPathMatcher.h')
-rw-r--r--logic/pathmatcher/IPathMatcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/pathmatcher/IPathMatcher.h b/logic/pathmatcher/IPathMatcher.h
index 806a750a..1d410947 100644
--- a/logic/pathmatcher/IPathMatcher.h
+++ b/logic/pathmatcher/IPathMatcher.h
@@ -8,5 +8,5 @@ public:
public:
virtual ~IPathMatcher(){};
- virtual bool matches(const QString &string) = 0;
+ virtual bool matches(const QString &string) const = 0;
};