diff options
| author | nyamatongwe <devnull@localhost> | 2001-06-11 11:31:26 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2001-06-11 11:31:26 +0000 | 
| commit | e531567c4037953cc7fd4a9f60b0a3cd85de1c70 (patch) | |
| tree | 919a1244cb09819c9d9145b5d10951a420d07562 /src/Editor.h | |
| parent | 91e5161d442421f412315eadc9f3869d104f606f (diff) | |
| download | scintilla-mirror-e531567c4037953cc7fd4a9f60b0a3cd85de1c70.tar.gz | |
Patch from Shane Caraveo at ActiveState to notify containers of
Unicode code characters correctly.
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(); | 
