aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CellBuffer.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2010-01-19 02:26:06 +0000
committernyamatongwe <unknown>2010-01-19 02:26:06 +0000
commit666d7d9e2a99d0eacb5e21217a3d8ed01be27e4c (patch)
tree9a7490e32d8d89021aabb90b3674cf89374a74dd /src/CellBuffer.cxx
parent5cebda3d025f2274a53f49e4db2c37eb181721e4 (diff)
downloadscintilla-mirror-666d7d9e2a99d0eacb5e21217a3d8ed01be27e4c.tar.gz
Fully intialize Action.
Diffstat (limited to 'src/CellBuffer.cxx')
-rw-r--r--src/CellBuffer.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CellBuffer.cxx b/src/CellBuffer.cxx
index 0868cf251..be0440304 100644
--- a/src/CellBuffer.cxx
+++ b/src/CellBuffer.cxx
@@ -71,6 +71,7 @@ Action::Action() {
position = 0;
data = 0;
lenData = 0;
+ mayCoalesce = false;
}
Action::~Action() {