1
Fork 0
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:
NotAdam 2019-03-27 18:23:43 +11:00
parent c2d78989ff
commit e9b190bd85

View file

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