diff --git a/src/catch2/reporters/catch_reporter_cumulative_base.hpp b/src/catch2/reporters/catch_reporter_cumulative_base.hpp index 7c2ad9ac..8340aadb 100644 --- a/src/catch2/reporters/catch_reporter_cumulative_base.hpp +++ b/src/catch2/reporters/catch_reporter_cumulative_base.hpp @@ -70,7 +70,7 @@ namespace Catch { void listTests( std::vector const& tests ) override; void listTags( std::vector const& tags ) override; - + protected: std::ostream& stream; // Note: We rely on pointer identity being stable, which is why // we store pointers to the nodes rather than the values.