mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-02 00:47: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:
|
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()
|
||||||
|
|
Loading…
Add table
Reference in a new issue