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 8121de5c..cd612197 100644
--- a/launcher/pathmatcher/IPathMatcher.h
+++ b/launcher/pathmatcher/IPathMatcher.h
@@ -7,6 +7,6 @@ class IPathMatcher {
typedef std::shared_ptr<IPathMatcher> Ptr;
public:
- virtual ~IPathMatcher(){};
+ virtual ~IPathMatcher() {}
virtual bool matches(const QString& string) const = 0;
};