From 560565219161bc9fffb2bebda1fc13150059ba09 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 10 Jul 2000 12:34:21 +0000 Subject: Dropped template as only ever instantiated for int and this allows Scintilla to be template free. --- 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 7a3eabaeb..acac9fa2f 100644 --- a/src/CellBuffer.h +++ b/src/CellBuffer.h @@ -144,7 +144,7 @@ private: LineVector lv; - SVector lineStates; + SVector lineStates; void GapTo(int position); void RoomFor(int insertionLength); -- cgit v1.2.3