debugwriter.h: Use std::newl instead of '\n'
This commit is contained in:
parent
f3572f5ba4
commit
e93e1fd292
|
@ -46,7 +46,7 @@ public:
|
||||||
|
|
||||||
~Debug()
|
~Debug()
|
||||||
{
|
{
|
||||||
std::clog << buf.str() << "\n";
|
std::clog << buf.str() << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Reference in New Issue