From 416476290c88d15ac7297989f77fac50f5c9fcef Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 4 Apr 2000 13:35:59 +0000 Subject: Avoid lots of warnings from Borland C++. Changed name of interface class defined in Accessor.h to Accessor. --- 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 205baa880..0c04b41cd 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -207,7 +207,7 @@ protected: // ScintillaBase subclass needs access to much of Editor virtual void NotifyChange() = 0; virtual void NotifyFocus(bool focus); virtual void NotifyParent(SCNotification scn) = 0; - virtual void NotifyStyleNeeded(int endStyleNeeded); + virtual void NotifyStyleToNeeded(int endStyleNeeded); void NotifyChar(char ch); void NotifySavePoint(bool isSavePoint); void NotifyModifyAttempt(); -- cgit v1.2.3