Fix fwd declaration of IConfig in catch_test_case_registry_impl.hpp
This commit is contained in:
parent
d4e796c138
commit
c815ad1d53
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue