mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-25 06:46:10 +01:00
Remove pointless virtual in WildcardPattern
This commit is contained in:
parent
3bd5fd6bc5
commit
c3e8ae642f
@ -25,8 +25,7 @@ namespace Catch
|
||||
public:
|
||||
|
||||
WildcardPattern( std::string const& pattern, CaseSensitive caseSensitivity );
|
||||
virtual ~WildcardPattern() = default;
|
||||
virtual bool matches( std::string const& str ) const;
|
||||
bool matches( std::string const& str ) const;
|
||||
|
||||
private:
|
||||
std::string normaliseString( std::string const& str ) const;
|
||||
|
Loading…
Reference in New Issue
Block a user