From 5bfce86f2bab42264d9f0bb7c070dae8ab45b0be Mon Sep 17 00:00:00 2001 From: Nicolas Lesser Date: Wed, 12 Dec 2018 17:27:15 +0100 Subject: [PATCH] Attempt to fix gcc 4.4 bot. --- include/fmt/color.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/color.h b/include/fmt/color.h index 4743e19d..c92db38c 100644 --- a/include/fmt/color.h +++ b/include/fmt/color.h @@ -252,7 +252,7 @@ struct color_type { value.term_color = term_color; } union { - rgb rgb_color = color::black; + rgb rgb_color; terminal_color term_color; } value; bool is_rgb = false;