diff --git a/include/internal/catch_objc.hpp b/include/internal/catch_objc.hpp index 300d796f..8b11d83e 100644 --- a/include/internal/catch_objc.hpp +++ b/include/internal/catch_objc.hpp @@ -33,7 +33,7 @@ namespace Catch { - class OcMethod : public SharedImpl { + class OcMethod : public ITestInvoker { public: OcMethod( Class cls, SEL sel ) : m_cls( cls ), m_sel( sel ) {}