Fixed README.md and example.cpp

This commit is contained in:
gabime
2023-09-01 18:26:01 +03:00
parent 9d6dd2a691
commit db76ab6c9f
2 changed files with 1 additions and 2 deletions

View File

@@ -323,7 +323,7 @@ public:
std::unique_ptr<custom_flag_formatter> clone() const override
{
return spdlog::std::make_unique<my_formatter_flag>();
return std::make_unique<my_formatter_flag>();
}
};