summaryrefslogtreecommitdiff
path: root/src/command_manager.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/command_manager.hh')
-rw-r--r--src/command_manager.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command_manager.hh b/src/command_manager.hh
index 0bf0bfdb..1337a190 100644
--- a/src/command_manager.hh
+++ b/src/command_manager.hh
@@ -102,7 +102,7 @@ public:
CommandHelper helper = CommandHelper(),
CommandCompleter completer = CommandCompleter());
- Completions complete_command_name(const Context& context, StringView query, bool with_aliases) const;
+ Completions complete_command_name(const Context& context, StringView query) const;
void clear_last_complete_command() { m_last_complete_command = String{}; }