mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-23 09:41:33 +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
1 changed files with 2 additions and 1 deletions
|
@ -182,7 +182,8 @@ namespace Debug
|
||||||
CurrentDebugLevel = Verbose;
|
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;
|
return size;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue