From 9b5c5b4f3d4beaba621fd623149376e1e3859db6 Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 29 Apr 2018 00:20:04 +0300 Subject: [PATCH] Small template rename --- include/spdlog/sinks/ansicolor_sink.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/spdlog/sinks/ansicolor_sink.h b/include/spdlog/sinks/ansicolor_sink.h index 40424fc2..58626e39 100644 --- a/include/spdlog/sinks/ansicolor_sink.h +++ b/include/spdlog/sinks/ansicolor_sink.h @@ -22,13 +22,13 @@ namespace sinks { * of the message. * If no color terminal detected, omit the escape codes. */ -template +template class ansicolor_sink : public sink { public: using mutex_t = typename ConsoleMutexTrait::mutex_t; ansicolor_sink() - : target_file_(StdoutTrait::stream()) + : target_file_(ConsoleStdoutTrait::stream()) , _mutex(ConsoleMutexTrait::console_mutex()) {