diff options
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 9e9af0ec1..b9bda04ab 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -63,7 +63,7 @@ public: bool containsCaret; int edgeColumn; char *chars; - char *styles; + unsigned char *styles; char *indicators; int *positions; char bracePreviousStyles[2]; |