Update spdlog-inl.h

pull/1640/head
Gabi Melman 5 years ago committed by GitHub
parent 99abcf6ded
commit 3c527488e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -47,7 +47,7 @@ SPDLOG_INLINE void dump_backtrace()
default_logger_raw()->dump_backtrace();
}
SPDLOG_API level::level_enum get_level()
SPDLOG_INLINE level::level_enum get_level()
{
return default_logger_raw()->level();
}

Loading…
Cancel
Save