From 71ef6df872d8ecc8102fb11ecf9cfc24878a0604 Mon Sep 17 00:00:00 2001 From: Fernando Gomes Date: Thu, 25 Jan 2018 21:55:41 -0200 Subject: [PATCH] missing remove underscore --- include/spdlog/details/pattern_formatter_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/details/pattern_formatter_impl.h b/include/spdlog/details/pattern_formatter_impl.h index 2dd67863..f252b227 100644 --- a/include/spdlog/details/pattern_formatter_impl.h +++ b/include/spdlog/details/pattern_formatter_impl.h @@ -417,7 +417,7 @@ private: class custom_formatter SPDLOG_FINAL:public flag_formatter { public: - explicit custom_formatter(char flag) : _flag(_flag) + explicit custom_formatter(char flag) : _flag(flag) {} void format(details::log_msg& msg, const std::tm&) override {