diff options
Diffstat (limited to 'src/CellBuffer.h')
| -rw-r--r-- | src/CellBuffer.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/CellBuffer.h b/src/CellBuffer.h index 935ea6e69..065c73795 100644 --- a/src/CellBuffer.h +++ b/src/CellBuffer.h @@ -135,6 +135,7 @@ public:  	/// Retrieving positions outside the range of the buffer works and returns 0  	char CharAt(Sci::Position position) const; +	unsigned char UCharAt(Sci::Position position) const;  	void GetCharRange(char *buffer, Sci::Position position, Sci::Position lengthRetrieve) const;  	char StyleAt(Sci::Position position) const;  	void GetStyleRange(unsigned char *buffer, Sci::Position position, Sci::Position lengthRetrieve) const; | 
