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 5dccced1..ccd8426c 100644 --- a/src/input_handler.hh +++ b/src/input_handler.hh @@ -57,7 +57,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(const memoryview<String>& choices, + void menu(memoryview<String> choices, MenuCallback callback); // execute callback on next keypress and returns to normal mode |
