From a4138201b09fa70bbccdeadf1f80bbc9ebe32046 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 26 Jul 2013 01:44:25 +0200 Subject: Key: always pass by value --- 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 ccd8426c..edc9e5e0 100644 --- a/src/input_handler.hh +++ b/src/input_handler.hh @@ -29,7 +29,7 @@ enum class PromptEvent Validate }; using PromptCallback = std::function; -using KeyCallback = std::function; +using KeyCallback = std::function; class InputMode; enum class InsertMode : unsigned; -- cgit v1.2.3