summaryrefslogtreecommitdiff
path: root/test/integration/TestLogger.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/TestLogger.hpp')
-rw-r--r--test/integration/TestLogger.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/TestLogger.hpp b/test/integration/TestLogger.hpp
index 1c18191..d861a71 100644
--- a/test/integration/TestLogger.hpp
+++ b/test/integration/TestLogger.hpp
@@ -44,6 +44,7 @@ class Logger {
private:
std::ostream &os;
Terminal terminal;
+ bool first;
public:
Logger(std::ostream &os, bool useColor);