debugwriter.h: Use std::newl instead of '\n'
This commit is contained in:
parent
f3572f5ba4
commit
e93e1fd292
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public:
|
|||
|
||||
~Debug()
|
||||
{
|
||||
std::clog << buf.str() << "\n";
|
||||
std::clog << buf.str() << std::endl;
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Reference in a new issue