mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-20 04:41:32 +00:00
Manual reformatting that wasn't done automatically on my machine
This commit is contained in:
parent
d74a0edb82
commit
a5a6f33578
1 changed files with 4 additions and 1 deletions
|
@ -173,7 +173,10 @@ namespace Debug
|
||||||
return All;
|
return All;
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual std::streamsize writeImpl(const char* str, std::streamsize size, Level debugLevel) { return size; }
|
virtual std::streamsize writeImpl(const char* str, std::streamsize size, Level debugLevel)
|
||||||
|
{
|
||||||
|
return size;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
#if defined _WIN32 && defined _DEBUG
|
#if defined _WIN32 && defined _DEBUG
|
||||||
|
|
Loading…
Reference in a new issue