From dda4ea2c804522c57e6dc2e4ae1ab1bb8b0ac073 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 1 Apr 2000 02:01:28 +0000 Subject: Fixed warnings from Borland compiler. --- 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 d1281be5a..205baa880 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -67,7 +67,7 @@ protected: // ScintillaBase subclass needs access to much of Editor Surface pixmapSelPattern; // Intellimouse support - currently only implemented for Windows unsigned int ucWheelScrollLines; - short cWheelDelta; //wheel delta from roll + int cWheelDelta; //wheel delta from roll KeyMap kmap; -- cgit v1.2.3