Small template rename
This commit is contained in:
		@@ -22,13 +22,13 @@ namespace sinks {
 | 
			
		||||
 * of the message.
 | 
			
		||||
 * If no color terminal detected, omit the escape codes.
 | 
			
		||||
 */
 | 
			
		||||
template<class StdoutTrait, class ConsoleMutexTrait>
 | 
			
		||||
template<class ConsoleStdoutTrait, class ConsoleMutexTrait>
 | 
			
		||||
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())
 | 
			
		||||
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user