diff options
author | nyamatongwe <devnull@localhost> | 2000-04-01 02:01:28 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-04-01 02:01:28 +0000 |
commit | dda4ea2c804522c57e6dc2e4ae1ab1bb8b0ac073 (patch) | |
tree | a4a8d14a669ffe05bef03dc47f76262bc25b2e41 /src/Editor.h | |
parent | a54fa180f65c6664ecd707cd9953f0781eaefed6 (diff) | |
download | scintilla-mirror-dda4ea2c804522c57e6dc2e4ae1ab1bb8b0ac073.tar.gz |
Fixed warnings from Borland compiler.
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 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; |