chore: clean up after new compiler warnings
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
@ -8,6 +8,6 @@ public:
|
||||
typedef std::shared_ptr<IPathMatcher> Ptr;
|
||||
|
||||
public:
|
||||
virtual ~IPathMatcher(){};
|
||||
virtual ~IPathMatcher() {}
|
||||
virtual bool matches(const QString &string) const = 0;
|
||||
};
|
||||
|
Reference in New Issue
Block a user