diff --git a/src/Logging/Logging.h b/src/Logging/Logging.h index 1220078..9b9883f 100644 --- a/src/Logging/Logging.h +++ b/src/Logging/Logging.h @@ -189,7 +189,7 @@ class Logging: virtual public std::ostream { return *this; } - template Logging& operator<<(T &a){ + template Logging& operator<<(const T &a){ std::cout.rdbuf(buffer); std::cout<