mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-01 16:37:45 +00:00
fix msvc build maybe
This commit is contained in:
parent
c2d78989ff
commit
e9b190bd85
1 changed files with 1 additions and 2 deletions
|
@ -16,12 +16,11 @@ public:
|
|||
protected:
|
||||
virtual void OnOutput( LPCSTR szText )
|
||||
{
|
||||
Logger::critical( szText );
|
||||
Sapphire::Logger::critical( "{}", szText );
|
||||
}
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
using namespace Sapphire::Common;
|
||||
|
||||
Util::CrashHandler::CrashHandler()
|
||||
|
|
Loading…
Add table
Reference in a new issue