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/input_handler.hh | |
| parent | 27606f7a75e94f6537aedcc6ce9443a53a572393 (diff) | |
Use DisplayLine for menu choices
Diffstat (limited to 'src/input_handler.hh')
| -rw-r--r-- | src/input_handler.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_handler.hh b/src/input_handler.hh index 4b4e325f..025f8979 100644 --- a/src/input_handler.hh +++ b/src/input_handler.hh @@ -62,7 +62,7 @@ public: // abort or validation with corresponding MenuEvent value // returns to normal mode after validation if callback does // not change the mode itself - void menu(ArrayView<const String> choices, MenuCallback callback); + void menu(ConstArrayView<DisplayLine> choices, MenuCallback callback); // execute callback on next keypress and returns to normal mode // if callback does not change the mode itself |
