diff options
Diffstat (limited to 'src/AutoComplete.h')
| -rw-r--r-- | src/AutoComplete.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/AutoComplete.h b/src/AutoComplete.h index 981fb44c0..ee5a2de4c 100644 --- a/src/AutoComplete.h +++ b/src/AutoComplete.h @@ -57,7 +57,7 @@ public:  	/// The list string contains a sequence of words separated by the separator character  	void SetList(const char *list); -	void Show(); +	void Show(bool show);  	void Cancel();  	/// Move the current list element by delta, scrolling appropriately | 
