Commit 42a56f66 authored by gabime's avatar gabime

fixed "final" keyword error

parent d56fa23e
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment