mirror of
https://github.com/catchorg/Catch2.git
synced 2025-07-31 19:24:50 +02:00
Fix fwd declaration of IConfig in catch_test_case_registry_impl.hpp
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
namespace Catch {
|
namespace Catch {
|
||||||
|
|
||||||
class TestCase;
|
class TestCase;
|
||||||
class IConfig;
|
struct IConfig;
|
||||||
|
|
||||||
struct RandomNumberGenerator {
|
struct RandomNumberGenerator {
|
||||||
using result_type = std::ptrdiff_t;
|
using result_type = std::ptrdiff_t;
|
||||||
|
Reference in New Issue
Block a user