From 05afdfab73062917988db56f56c09695bef7b0cf Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 27 Apr 2008 07:49:54 +0000 Subject: Implemented GetCharacterPointer feature. --- src/Document.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Document.h') diff --git a/src/Document.h b/src/Document.h index a36c4aafe..04bbd5c74 100644 --- a/src/Document.h +++ b/src/Document.h @@ -159,6 +159,7 @@ public: void EndUndoAction() { cb.EndUndoAction(); } void SetSavePoint(); bool IsSavePoint() { return cb.IsSavePoint(); } + const char *BufferPointer() { return cb.BufferPointer(); } int GetLineIndentation(int line); void SetLineIndentation(int line, int indent); -- cgit v1.2.3