From 295a97f2a64b0b8d548ed7948d6c278ba04a9c67 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 6 Jan 2015 13:40:56 +0000 Subject: Rename memoryview to ArrayView --- src/input_handler.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input_handler.hh') 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 choices, MenuCallback callback); + void menu(ArrayView choices, MenuCallback callback); // execute callback on next keypress and returns to normal mode // if callback does not change the mode itself -- cgit v1.2.3