minor changes added const ref params

This commit is contained in:
semenov_gv
2021-10-18 19:06:05 +03:00
committed by gabime
parent 0c611af552
commit e3e4c4bc95
3 changed files with 5 additions and 5 deletions

View File

@@ -68,7 +68,7 @@ class SPDLOG_API custom_flag_formatter : public details::flag_formatter
public:
virtual std::unique_ptr<custom_flag_formatter> clone() const = 0;
void set_padding_info(details::padding_info padding)
void set_padding_info(const details::padding_info& padding)
{
flag_formatter::padinfo_ = padding;
}