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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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) {