Skip to content

Commit d967388

Browse files
committed
TestFixture: made some methods private
1 parent 6a892b7 commit d967388

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/fixture.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,10 +240,12 @@ class TestFixture : public ErrorLogger {
240240
std::ostringstream errout;
241241
std::ostringstream output;
242242

243-
public:
243+
private:
244244
void reportOut(const std::string &outmsg, Color c = Color::Reset) override;
245245
void reportErr(const ErrorMessage &msg) override;
246246
void run(const std::string &str);
247+
248+
public:
247249
static void printHelp();
248250
const std::string classname;
249251

0 commit comments

Comments
 (0)