diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-10-05 01:25:23 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-10-05 01:25:23 +0100 |
| commit | c54e6738b911e5de86dfe94b9166df86751aacb1 (patch) | |
| tree | 0b8e87b846f49f182dc80ee6677489807978e22e /src/user_interface.hh | |
| parent | 27606f7a75e94f6537aedcc6ce9443a53a572393 (diff) | |
Use DisplayLine for menu choices
Diffstat (limited to 'src/user_interface.hh')
| -rw-r--r-- | src/user_interface.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user_interface.hh b/src/user_interface.hh index daae4f9d..67553922 100644 --- a/src/user_interface.hh +++ b/src/user_interface.hh @@ -41,7 +41,7 @@ class UserInterface : public SafeCountable public: virtual ~UserInterface() {} - virtual void menu_show(ConstArrayView<String> choices, + virtual void menu_show(ConstArrayView<DisplayLine> choices, CharCoord anchor, Face fg, Face bg, MenuStyle style) = 0; virtual void menu_select(int selected) = 0; |
