Make CumulativeReporterBase's members protected

This commit is contained in:
Martin Hořeňovský 2021-09-08 00:23:37 +02:00
parent 29caae5ce5
commit c0f866c7cf
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ namespace Catch {
void listTests( std::vector<TestCaseHandle> const& tests ) override;
void listTags( std::vector<TagInfo> 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.