summaryrefslogtreecommitdiff
path: root/src/input_handler.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_handler.hh')
-rw-r--r--src/input_handler.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_handler.hh b/src/input_handler.hh
index 3e35de6d..98762dfb 100644
--- a/src/input_handler.hh
+++ b/src/input_handler.hh
@@ -36,7 +36,7 @@ public:
void on_next_key(KeyCallback callback);
- void handle_next_input(Context& context);
+ void handle_available_inputs(Context& context);
private:
friend class InputMode;