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/shell_manager.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/shell_manager.hh') diff --git a/src/shell_manager.hh b/src/shell_manager.hh index 741faabc..cf079b24 100644 --- a/src/shell_manager.hh +++ b/src/shell_manager.hh @@ -9,7 +9,7 @@ namespace Kakoune { class Context; -template class memoryview; +template class ArrayView; class String; class StringView; @@ -21,13 +21,13 @@ public: ShellManager(); String eval(StringView cmdline, const Context& context, - memoryview params, + ArrayView params, const EnvVarMap& env_vars, int* exit_status = nullptr); String pipe(StringView input, StringView cmdline, const Context& context, - memoryview params, + ArrayView params, const EnvVarMap& env_vars, int* exit_status = nullptr); -- cgit v1.2.3