mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-29 18:32:36 +00:00
This would never have happened had clang format not tried making this function wrogn in the first place
This commit is contained in:
parent
1bcbc4f53f
commit
72d99237e3
@ -182,7 +182,8 @@ namespace Debug
|
||||
CurrentDebugLevel = Verbose;
|
||||
}
|
||||
|
||||
virtual std::streamsize writeImpl(const char* str, std::streamsize size, Level debugLevel) {
|
||||
virtual std::streamsize writeImpl(const char* str, std::streamsize size, Level debugLevel)
|
||||
{
|
||||
return size;
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user