diff options
author | nyamatongwe <unknown> | 2000-04-04 13:35:59 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-04-04 13:35:59 +0000 |
commit | 416476290c88d15ac7297989f77fac50f5c9fcef (patch) | |
tree | 3dced34d6c9f802d7e075554cea761616ce69c8b /src/Editor.h | |
parent | 42799425f8c02442df8b1af1a024a3fe8fa6e93f (diff) | |
download | scintilla-mirror-416476290c88d15ac7297989f77fac50f5c9fcef.tar.gz |
Avoid lots of warnings from Borland C++.
Changed name of interface class defined in Accessor.h to Accessor.
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 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(); |