aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/complete.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/complete.h')
-rw-r--r--src/complete.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complete.h b/src/complete.h
index 0784bc48..999b3c2b 100644
--- a/src/complete.h
+++ b/src/complete.h
@@ -219,7 +219,7 @@ void complete_remove_all(const wcstring &cmd, bool cmd_is_path);
/** Find all completions of the command cmd, insert them into out.
*/
void complete(const wcstring &cmd,
- std::vector<completion_t> &comp,
+ std::vector<completion_t> *out_comps,
completion_request_flags_t flags);
/**