summaryrefslogtreecommitdiffstats
path: root/api/logic/pathmatcher/IPathMatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/logic/pathmatcher/IPathMatcher.h')
-rw-r--r--api/logic/pathmatcher/IPathMatcher.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/api/logic/pathmatcher/IPathMatcher.h b/api/logic/pathmatcher/IPathMatcher.h
index 1d410947..b60621c9 100644
--- a/api/logic/pathmatcher/IPathMatcher.h
+++ b/api/logic/pathmatcher/IPathMatcher.h
@@ -4,9 +4,9 @@
class IPathMatcher
{
public:
- typedef std::shared_ptr<IPathMatcher> Ptr;
+ typedef std::shared_ptr<IPathMatcher> Ptr;
public:
- virtual ~IPathMatcher(){};
- virtual bool matches(const QString &string) const = 0;
+ virtual ~IPathMatcher(){};
+ virtual bool matches(const QString &string) const = 0;
};