mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Fixed warning about copy ctor
This commit is contained in:
		| @@ -72,6 +72,9 @@ namespace Catch | ||||
|      | ||||
|     class Runner : public IResultListener | ||||
|     { | ||||
|         Runner( const Runner& ); | ||||
|         void operator =( const Runner& ); | ||||
|          | ||||
|     public: | ||||
|         explicit Runner( const RunnerConfig& config ) | ||||
|         :   m_config( config ), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash