mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 14:09:33 +01:00 
			
		
		
		
	Remove pointless virtual in WildcardPattern
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user