1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-29 04:03:51 +00:00

Fixed up OcMethod base

This commit is contained in:
Phil Nash 2017-07-12 23:26:13 +01:00
parent 720fdf1d02
commit 989222eceb

View File

@ -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 ) {}