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 ee5a2de4c..10577ca38 100644 --- a/src/AutoComplete.h +++ b/src/AutoComplete.h @@ -35,7 +35,7 @@ public:  	bool Active();  	/// Display the auto completion list positioned to be near a character position -	void Start(Window &parent, int ctrlID, int position, +	void Start(Window &parent, int ctrlID, int position, Point location,  		int startLen_, int lineHeight, bool unicodeMode);  	/// The stop chars are characters which, when typed, cause the auto completion list to disappear | 
