mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Make CumulativeReporterBase's members protected
This commit is contained in:
parent
29caae5ce5
commit
c0f866c7cf
@ -70,7 +70,7 @@ namespace Catch {
|
|||||||
void listTests( std::vector<TestCaseHandle> const& tests ) override;
|
void listTests( std::vector<TestCaseHandle> const& tests ) override;
|
||||||
void listTags( std::vector<TagInfo> const& tags ) override;
|
void listTags( std::vector<TagInfo> const& tags ) override;
|
||||||
|
|
||||||
|
protected:
|
||||||
std::ostream& stream;
|
std::ostream& stream;
|
||||||
// Note: We rely on pointer identity being stable, which is why
|
// Note: We rely on pointer identity being stable, which is why
|
||||||
// we store pointers to the nodes rather than the values.
|
// we store pointers to the nodes rather than the values.
|
||||||
|
Loading…
Reference in New Issue
Block a user