Fix build failures.
This commit is contained in:
parent
5bfce86f2b
commit
a3a9af06d5
@ -251,7 +251,8 @@ struct color_type {
|
||||
: is_rgb() {
|
||||
value.term_color = term_color;
|
||||
}
|
||||
union {
|
||||
union color_union {
|
||||
color_union() : rgb_color(color::black) {}
|
||||
rgb rgb_color;
|
||||
terminal_color term_color;
|
||||
} value;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user