Attempt to fix gcc 4.4 bot.

This commit is contained in:
Nicolas Lesser 2018-12-12 17:27:15 +01:00
parent 2efaf142e2
commit 5bfce86f2b
No known key found for this signature in database
GPG Key ID: 55F9BC675F85A2DF

View File

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