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

fix msvc build maybe

This commit is contained in:
NotAdam 2019-03-27 18:23:43 +11:00
parent c2d78989ff
commit e9b190bd85

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()