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 edc587dff..a12dc207f 100644 --- a/src/CellBuffer.h +++ b/src/CellBuffer.h @@ -24,7 +24,7 @@ public: */ class LineVector { - Partitioning starts; + Partitioning<int> starts; PerLine *perLine; public: |