mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
fixed "final" keyword error
This commit is contained in:
@@ -23,7 +23,7 @@ namespace sinks
|
||||
* If no color terminal detected, omit the escape codes.
|
||||
*/
|
||||
template <class Mutex>
|
||||
class ansicolor_sink SPDLOG_FINAL: public base_sink<Mutex>
|
||||
class ansicolor_sink: public base_sink<Mutex>
|
||||
{
|
||||
public:
|
||||
ansicolor_sink(FILE* file): target_file_(file)
|
||||
|
Reference in New Issue
Block a user