Commit 817d2764 authored by gabime's avatar gabime

Fix bench tidy warning

parent 62189602
......@@ -9,7 +9,7 @@ class failing_sink : public spdlog::sinks::base_sink<std::mutex>
{
public:
failing_sink() = default;
~failing_sink() final = default;
~failing_sink() = default;
protected:
void sink_it_(const spdlog::details::log_msg &) final
......
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