1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-16 23:47:45 +00:00

fix msvc build maybe

This commit is contained in:
NotAdam 2019-03-27 18:23:43 +11:00
parent 482eea8fd1
commit 3ce398ff9e

View file

@ -16,12 +16,11 @@ public:
protected: protected:
virtual void OnOutput( LPCSTR szText ) virtual void OnOutput( LPCSTR szText )
{ {
Logger::critical( szText ); Sapphire::Logger::critical( "{}", szText );
} }
}; };
#endif #endif
using namespace Sapphire::Common; using namespace Sapphire::Common;
Util::CrashHandler::CrashHandler() Util::CrashHandler::CrashHandler()