diff options
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 f65d4978..637e2271 100644 --- a/src/input_handler.hh +++ b/src/input_handler.hh @@ -61,7 +61,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(memoryview<String> choices, MenuCallback callback); + void menu(ArrayView<String> choices, MenuCallback callback); // execute callback on next keypress and returns to normal mode // if callback does not change the mode itself |
