Commit 27a03c5c authored by gabime's avatar gabime

Replaced SPDLOG_FINAL macro with final

parent 5d34d21f
......@@ -18,7 +18,7 @@ namespace spdlog {
namespace sinks {
template<typename TargetStream, typename ConsoleMutex>
class stdout_sink SPDLOG_FINAL : public sink
class stdout_sink final : public sink
{
public:
using mutex_t = typename ConsoleMutex::mutex_t;
......
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