mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
Replaced SPDLOG_FINAL macro with final
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user