aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Document.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-04-07 12:04:36 +0000
committernyamatongwe <unknown>2000-04-07 12:04:36 +0000
commit2b655a29a4e4d7e343884b85742aed8a033b6eef (patch)
tree337dc33f1d022c7a460caf1e607bac12fe6e7b61 /src/Document.h
parentcda547b4fc80be948f4c1a0b3973706d1ba3b8eb (diff)
downloadscintilla-mirror-2b655a29a4e4d7e343884b85742aed8a033b6eef.tar.gz
Changing code to ensure no warnings are produced by compilers.
Diffstat (limited to 'src/Document.h')
-rw-r--r--src/Document.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Document.h b/src/Document.h
index ae25d69f4..2e00efee5 100644
--- a/src/Document.h
+++ b/src/Document.h
@@ -74,7 +74,7 @@ private:
CellBuffer cb;
bool wordchars[256];
int stylingPos;
- int stylingMask;
+ char stylingMask;
int endStyled;
int enteredCount;
int enteredReadOnlyCount;