From 171899690407c0c81e0444478cb7ef64a9291c11 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 1 Feb 2018 09:07:21 +1100 Subject: Templatize Partitioning so it can hold different types. --- src/CellBuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CellBuffer.h') 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 starts; PerLine *perLine; public: -- cgit v1.2.3