diff options
Diffstat (limited to 'src/CellBuffer.h')
| -rw-r--r-- | src/CellBuffer.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CellBuffer.h b/src/CellBuffer.h index 5cfcbfe1f..726ec015f 100644 --- a/src/CellBuffer.h +++ b/src/CellBuffer.h @@ -184,6 +184,7 @@ public:  	int ByteLength();  	int Length(); +	void Allocate(int newSize);  	int Lines();  	int LineStart(int line);  	int LineFromPosition(int pos) { return lv.LineFromPosition(pos); } @@ -212,7 +213,7 @@ public:  	int GetMark(int line);  	void DeleteAllMarks(int markerNum);  	int LineFromHandle(int markerHandle); -  +  	/// Actions without undo  	void BasicInsertString(int position, char *s, int insertLength);  	void BasicDeleteChars(int position, int deleteLength);  | 
