aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-01-19 02:26:06 +0000
committernyamatongwe <devnull@localhost>2010-01-19 02:26:06 +0000
commit20b7fa84e15b4752878de3780777c769e0a2e4b2 (patch)
tree9a7490e32d8d89021aabb90b3674cf89374a74dd /src
parent5f8f134223b0e870ef6f71439edf40fe57c79031 (diff)
downloadscintilla-mirror-20b7fa84e15b4752878de3780777c769e0a2e4b2.tar.gz
Fully intialize Action.
Diffstat (limited to 'src')
-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() {