Fix one definition rule violation in ncurses_ui.hh
The memory domain of Vector<DisplayBuffer> was different depending on if display_buffer.hh has been included or not.
This commit is contained in:
parent
a132985888
commit
e44129577a
|
@ -96,7 +96,7 @@ private:
|
|||
|
||||
struct Menu : Window
|
||||
{
|
||||
Vector<DisplayLine> items;
|
||||
Vector<DisplayLine, MemoryDomain::Display> items;
|
||||
Face fg;
|
||||
Face bg;
|
||||
DisplayCoord anchor;
|
||||
|
|
Loading…
Reference in New Issue
Block a user