missing remove underscore

pull/623/head
Fernando Gomes 8 years ago committed by GitHub
parent a441c4ce3d
commit 71ef6df872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
{

Loading…
Cancel
Save