mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-06 09:39:49 +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;
|
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…
x
Reference in New Issue
Block a user