diff options
Diffstat (limited to 'src/CellBuffer.h')
-rw-r--r-- | src/CellBuffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CellBuffer.h b/src/CellBuffer.h index 7a3eabaeb..acac9fa2f 100644 --- a/src/CellBuffer.h +++ b/src/CellBuffer.h @@ -144,7 +144,7 @@ private: LineVector lv; - SVector<int, 4000> lineStates; + SVector lineStates; void GapTo(int position); void RoomFor(int insertionLength); |