diff options
Diffstat (limited to 'quackleio/streamingreporter.cpp')
-rw-r--r-- | quackleio/streamingreporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quackleio/streamingreporter.cpp b/quackleio/streamingreporter.cpp index 62ee576..5e6837d 100644 --- a/quackleio/streamingreporter.cpp +++ b/quackleio/streamingreporter.cpp @@ -41,7 +41,7 @@ void StreamingReporter::reportGame(const Quackle::Game &game, Quackle::ComputerP Quackle::Reporter::reportPosition((*it), computerPlayer, &subreport); // endl flushes the stream, which we want - stream << Util::uvStringToQString(subreport) << endl; + stream << Util::uvStringToQString(subreport) << m_endl; } UVString stats; |