aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/highlight.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/highlight.h')
-rw-r--r--src/highlight.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/highlight.h b/src/highlight.h
index e0cd612e..03e192a2 100644
--- a/src/highlight.h
+++ b/src/highlight.h
@@ -115,7 +115,7 @@ bool autosuggest_validate_from_history(const history_item_t &item, file_detectio
/** Given the command line contents 'str', return via reference a suggestion by specially recognizing the command. The suggestion is escaped. Returns true if we recognized the command (even if we couldn't think of a suggestion for it).
*/
-bool autosuggest_suggest_special(const wcstring &str, const wcstring &working_directory, wcstring &outString);
+bool autosuggest_suggest_special(const wcstring &str, const wcstring &working_directory, wcstring *out_suggestion);
/* Tests whether the specified string cpath is the prefix of anything we could cd to. directories is a list of possible parent directories (typically either the working directory, or the cdpath). This does I/O!