mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Fixed up OcMethod base
This commit is contained in:
		| @@ -33,7 +33,7 @@ | ||||
|  | ||||
| namespace Catch { | ||||
|  | ||||
|     class OcMethod : public SharedImpl<ITestInvoker> { | ||||
|     class OcMethod : public ITestInvoker { | ||||
|  | ||||
|     public: | ||||
|         OcMethod( Class cls, SEL sel ) : m_cls( cls ), m_sel( sel ) {} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash