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 7ed4868fe..5f7531b47 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -249,7 +249,7 @@ protected:	// ScintillaBase subclass needs access to much of Editor  	virtual void NotifyFocus(bool focus);  	virtual void NotifyParent(SCNotification scn) = 0;  	virtual void NotifyStyleToNeeded(int endStyleNeeded); -	void NotifyChar(char ch); +	void NotifyChar(int ch);  	void NotifyMove(int position);  	void NotifySavePoint(bool isSavePoint);  	void NotifyModifyAttempt(); | 
