From 8561402ec8aa9e46c9f3973410244d5391b275ed Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 27 Apr 2008 07:49:54 +0000 Subject: Implemented GetCharacterPointer feature. --- src/CellBuffer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CellBuffer.h') 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); -- cgit v1.2.3