mirror of
https://github.com/catchorg/Catch2.git
synced 2024-12-23 11:43:29 +01:00
Fix fwd declaration of IConfig in catch_test_case_registry_impl.hpp
This commit is contained in:
parent
d4e796c138
commit
c815ad1d53
@ -20,7 +20,7 @@
|
||||
namespace Catch {
|
||||
|
||||
class TestCase;
|
||||
class IConfig;
|
||||
struct IConfig;
|
||||
|
||||
struct RandomNumberGenerator {
|
||||
using result_type = std::ptrdiff_t;
|
||||
|
Loading…
Reference in New Issue
Block a user