Attempt to fix gcc 4.4 bot.
This commit is contained in:
parent
2efaf142e2
commit
5bfce86f2b
@ -252,7 +252,7 @@ struct color_type {
|
|||||||
value.term_color = term_color;
|
value.term_color = term_color;
|
||||||
}
|
}
|
||||||
union {
|
union {
|
||||||
rgb rgb_color = color::black;
|
rgb rgb_color;
|
||||||
terminal_color term_color;
|
terminal_color term_color;
|
||||||
} value;
|
} value;
|
||||||
bool is_rgb = false;
|
bool is_rgb = false;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user