Fixed throw macros and includes

This commit is contained in:
gabime
2019-08-19 12:13:37 +03:00
parent 87ec1ab97b
commit 23807e12e8
5 changed files with 6 additions and 3 deletions

View File

@@ -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));
}
}