diff options
Diffstat (limited to 'src/Document.h')
-rw-r--r-- | src/Document.h | 2 |
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; |