From e4f0d6446b4cdfada2869ab82f6759b3bd609b4f Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 29 Apr 2018 00:21:15 +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 58626e39..22192889 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_(ConsoleStdoutTrait::stream()) + : target_file_(ConsoleTargetTrait::stream()) , _mutex(ConsoleMutexTrait::console_mutex()) {