Unverified Commit 3c527488 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update spdlog-inl.h

parent 99abcf6d
......@@ -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();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment