aboutsummaryrefslogtreecommitdiff
path: root/launcher/pathmatcher/IPathMatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/pathmatcher/IPathMatcher.h')
-rw-r--r--launcher/pathmatcher/IPathMatcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/pathmatcher/IPathMatcher.h b/launcher/pathmatcher/IPathMatcher.h
index 192782d7..1457d3e5 100644
--- a/launcher/pathmatcher/IPathMatcher.h
+++ b/launcher/pathmatcher/IPathMatcher.h
@@ -8,6 +8,6 @@ public:
typedef std::shared_ptr<IPathMatcher> Ptr;
public:
- virtual ~IPathMatcher(){};
+ virtual ~IPathMatcher() {}
virtual bool matches(const QString &string) const = 0;
};