mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
Obj-C updates
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "internal/catch_config.hpp"
|
||||
#include "internal/catch_runner_impl.hpp"
|
||||
#include "internal/catch_hub_impl.hpp"
|
||||
#include "internal/catch_context_impl.hpp"
|
||||
#include "catch.hpp"
|
||||
|
||||
#include "iTchRunnerReporter.h"
|
||||
|
@@ -16,7 +16,7 @@
|
||||
|
||||
namespace Catch
|
||||
{
|
||||
class iTchRunnerReporter : public IReporter
|
||||
class iTchRunnerReporter : public SharedImpl<IReporter>
|
||||
{
|
||||
public:
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user