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 4f654a8fd..4b83f48e0 100644 --- a/src/CellBuffer.h +++ b/src/CellBuffer.h @@ -171,6 +171,7 @@ public:  	char CharAt(int position) const;  	void GetCharRange(char *buffer, int position, int lengthRetrieve);  	char StyleAt(int position); +	const char *BufferPointer();  	int Length() const;  	void Allocate(int newSize); | 
