aboutsummaryrefslogtreecommitdiff
path: root/utility.h
diff options
context:
space:
mode:
Diffstat (limited to 'utility.h')
-rw-r--r--utility.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utility.h b/utility.h
index ec4529e..27ce8e9 100644
--- a/utility.h
+++ b/utility.h
@@ -20,6 +20,7 @@ class Logger {
private:
__gnu_cxx::stdio_filebuf<char> buffer;
std::ostream stream;
+
};
}