diff --git a/stream.cpp b/stream.cpp index 25210f23..5ab71bd6 100644 --- a/stream.cpp +++ b/stream.cpp @@ -1,7 +1,7 @@ #include "stream.hpp" std::ostream& -nullstream::put (char c) +nullstream::put (char) { return *this; }