mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 11:29:01 +08:00
Fixed throw macros and includes
This commit is contained in:
@@ -64,7 +64,7 @@ protected:
|
||||
|
||||
if (ret < 0)
|
||||
{
|
||||
SPDLOG_THROW spdlog_ex("__android_log_write() failed", ret);
|
||||
SPDLOG_THROW(spdlog_ex("__android_log_write() failed", ret));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user