From 02161437a9abe6a66b37979247bcb8f44b66f6d8 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 2 Jan 2007 05:28:45 +0000 Subject: Separated the cell buffer into substance and style buffers. --- src/SplitVector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/SplitVector.h') diff --git a/src/SplitVector.h b/src/SplitVector.h index 2847108fa..46cdc2bbb 100644 --- a/src/SplitVector.h +++ b/src/SplitVector.h @@ -175,7 +175,7 @@ public: } /// Insert text into the buffer from an array. - void InsertFromArray(int positionToInsert, T s[], int positionFrom, int insertLength) { + void InsertFromArray(int positionToInsert, const T s[], int positionFrom, int insertLength) { if (insertLength > 0) { if ((positionToInsert < 0) || (positionToInsert > lengthBody)) { return; -- cgit v1.2.3