aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CellBuffer.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-07-10 12:34:21 +0000
committernyamatongwe <devnull@localhost>2000-07-10 12:34:21 +0000
commit560565219161bc9fffb2bebda1fc13150059ba09 (patch)
tree623ae378763aa83df870fb0f6df587d82fc0510a /src/CellBuffer.h
parenta4b9ba8e601d1f2d0693a7edcd2fb4dd75fc583e (diff)
downloadscintilla-mirror-560565219161bc9fffb2bebda1fc13150059ba09.tar.gz
Dropped template as only ever instantiated for int and this allows
Scintilla to be template free.
Diffstat (limited to 'src/CellBuffer.h')
-rw-r--r--src/CellBuffer.h2
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);