From db54949b68735509c0de434e4c2c8151065467db Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 13 May 2004 13:05:00 +0000 Subject: Made LineLayout::styles unsigned as slightly safer if anyone extends to allow 256 styles. --- src/Editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Editor.h') 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]; -- cgit v1.2.3