mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
fixed "final" keyword error
This commit is contained in:
parent
d56fa23eb9
commit
42a56f6669
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user