mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 09:59:33 +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.
|
* If no color terminal detected, omit the escape codes.
|
||||||
*/
|
*/
|
||||||
template <class Mutex>
|
template <class Mutex>
|
||||||
class ansicolor_sink SPDLOG_FINAL: public base_sink<Mutex>
|
class ansicolor_sink: public base_sink<Mutex>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ansicolor_sink(FILE* file): target_file_(file)
|
ansicolor_sink(FILE* file): target_file_(file)
|
||||||
|
Reference in New Issue
Block a user