diff --git a/include/fmt/color.h b/include/fmt/color.h index 7fa83007..fb8af902 100644 --- a/include/fmt/color.h +++ b/include/fmt/color.h @@ -493,8 +493,8 @@ template inline void reset_color(buffer& buffer) { } template struct styled_arg { - FMT_CONSTEXPR styled_arg(Arg const& argument, text_style style) - : argument(argument), style(style) {} + FMT_CONSTEXPR styled_arg(Arg const& format_argument, text_style format_style) + : argument(format_argument), style(format_style) {} const Arg& argument; text_style style;