diff options
author | nyamatongwe <unknown> | 2000-04-01 02:01:28 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-04-01 02:01:28 +0000 |
commit | 0e6e05226f69f7bdd5fe4415a43be5be882b414c (patch) | |
tree | a4a8d14a669ffe05bef03dc47f76262bc25b2e41 /src/Editor.h | |
parent | c7b2ff7108860ebc5c8bd56f435ca31b3b4c4065 (diff) | |
download | scintilla-mirror-0e6e05226f69f7bdd5fe4415a43be5be882b414c.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; |