From e531567c4037953cc7fd4a9f60b0a3cd85de1c70 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 11 Jun 2001 11:31:26 +0000 Subject: Patch from Shane Caraveo at ActiveState to notify containers of Unicode code characters correctly. --- src/Editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Editor.h') 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(); -- cgit v1.2.3