Small template rename

pull/752/head
gabime 7 years ago
parent 0d61ab82e4
commit 9b5c5b4f3d

@ -22,13 +22,13 @@ namespace sinks {
* of the message. * of the message.
* If no color terminal detected, omit the escape codes. * If no color terminal detected, omit the escape codes.
*/ */
template<class StdoutTrait, class ConsoleMutexTrait> template<class ConsoleStdoutTrait, class ConsoleMutexTrait>
class ansicolor_sink : public sink class ansicolor_sink : public sink
{ {
public: public:
using mutex_t = typename ConsoleMutexTrait::mutex_t; using mutex_t = typename ConsoleMutexTrait::mutex_t;
ansicolor_sink() ansicolor_sink()
: target_file_(StdoutTrait::stream()) : target_file_(ConsoleStdoutTrait::stream())
, _mutex(ConsoleMutexTrait::console_mutex()) , _mutex(ConsoleMutexTrait::console_mutex())
{ {

Loading…
Cancel
Save