aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ScintillaBase.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-04-04 13:35:59 +0000
committernyamatongwe <devnull@localhost>2000-04-04 13:35:59 +0000
commitcc54b6b2ba9362b9b148b9b256e0a37974c47a53 (patch)
tree3dced34d6c9f802d7e075554cea761616ce69c8b /src/ScintillaBase.h
parent3032c371bd9231f097226869e80bf56543ae2cab (diff)
downloadscintilla-mirror-cc54b6b2ba9362b9b148b9b256e0a37974c47a53.tar.gz
Avoid lots of warnings from Borland C++.
Changed name of interface class defined in Accessor.h to Accessor.
Diffstat (limited to 'src/ScintillaBase.h')
-rw-r--r--src/ScintillaBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ScintillaBase.h b/src/ScintillaBase.h
index e9f8f28d0..ec1b0665b 100644
--- a/src/ScintillaBase.h
+++ b/src/ScintillaBase.h
@@ -59,7 +59,7 @@ protected:
virtual void ButtonDown(Point pt, unsigned int curTime, bool shift, bool ctrl, bool alt);
- virtual void NotifyStyleNeeded(int endStyleNeeded);
+ virtual void NotifyStyleToNeeded(int endStyleNeeded);
public:
// Public so scintilla_send_message can use it
virtual LRESULT WndProc(UINT iMessage, WPARAM wParam, LPARAM lParam);