Fix log outputter build on Windows
This commit is contained in:
parent
e21c41ba99
commit
71ed35681e
|
@ -319,7 +319,7 @@ MesssageBoxLogOutputter::show(bool /*showIfEmpty*/)
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
MesssageBoxLogOutputter::write(ELevel level, const char* /*msg*/)
|
MesssageBoxLogOutputter::write(ELevel level, const char* msg)
|
||||||
{
|
{
|
||||||
// don't spam user with messages.
|
// don't spam user with messages.
|
||||||
if (level > kERROR) {
|
if (level > kERROR) {
|
||||||
|
|
Loading…
Reference in New Issue