Commit ca8accba authored by gabime's avatar gabime

Replaced SPDLOG_FINAL macro with final

parent 65defd38
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
namespace spdlog { namespace spdlog {
namespace sinks { namespace sinks {
template<typename Mutex> template<typename Mutex>
class ostream_sink SPDLOG_FINAL : public base_sink<Mutex> class ostream_sink final : public base_sink<Mutex>
{ {
public: public:
explicit ostream_sink(std::ostream &os, bool force_flush = false) explicit ostream_sink(std::ostream &os, bool force_flush = false)
......
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