AnyOldName3 2024-03-15 00:11:19 +00:00
parent ff3ffa13b6
commit 9638fbabb4
2 changed files with 8 additions and 2 deletions

View file

@ -190,7 +190,10 @@ namespace Debug
CurrentDebugLevel = Verbose;
}
virtual std::streamsize writeImpl(const char* str, std::streamsize size, Level debugLevel) { return size; }
virtual std::streamsize writeImpl(const char* str, std::streamsize size, Level debugLevel)
{
return size;
}
};
#if defined _WIN32 && defined _DEBUG