diff options
Diffstat (limited to 'src/Editor.h')
| -rw-r--r-- | src/Editor.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/Editor.h b/src/Editor.h index 1d0b47c56..3733aedc1 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -258,7 +258,7 @@ protected:	// ScintillaBase subclass needs access to much of Editor      	virtual void CancelModes();  	virtual int KeyCommand(unsigned int iMessage);  	virtual int KeyDefault(int /* key */, int /*modifiers*/); -	int KeyDown(int key, bool shift, bool ctrl, bool alt); +	int KeyDown(int key, bool shift, bool ctrl, bool alt, bool *consumed=0);  	int GetWhitespaceVisible();  	void SetWhitespaceVisible(int view); | 
