Fix log outputter build on Windows

This commit is contained in:
Andrew Nelless
2017-11-26 22:11:41 +00:00
committed by GitHub
parent e21c41ba99
commit 71ed35681e

View File

@@ -319,7 +319,7 @@ MesssageBoxLogOutputter::show(bool /*showIfEmpty*/)
}
bool
MesssageBoxLogOutputter::write(ELevel level, const char* /*msg*/)
MesssageBoxLogOutputter::write(ELevel level, const char* msg)
{
// don't spam user with messages.
if (level > kERROR) {