diff options
Diffstat (limited to 'src/insert_completer.hh')
| -rw-r--r-- | src/insert_completer.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/insert_completer.hh b/src/insert_completer.hh index cce433a2..3d5f2ca6 100644 --- a/src/insert_completer.hh +++ b/src/insert_completer.hh @@ -78,7 +78,7 @@ public: InsertCompleter& operator=(const InsertCompleter&) = delete; ~InsertCompleter(); - void select(int index, bool relative, Vector<Key>& keystrokes); + void select(int index, bool relative, Vector<Key>* keystrokes); void update(bool allow_implicit); void try_accept(); void reset(); |
