mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 14:41:57 +08:00
Fix log outputter build on Windows
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user