From a712dd5bbe8d2b4b433ce90f7d977acf762ad080 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 6 Aug 2012 21:37:43 +0200 Subject: Completions functions take a Context parameter --- src/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cc') diff --git a/src/main.cc b/src/main.cc index b73efc5e..ff4e21e9 100644 --- a/src/main.cc +++ b/src/main.cc @@ -172,7 +172,7 @@ void do_command(const Context& context) auto cmdline = prompt(":", context, std::bind(&CommandManager::complete, &CommandManager::instance(), - _1, _2)); + _1, _2, _3)); CommandManager::instance().execute(cmdline, context); } -- cgit v1.2.3