aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-08-03 01:52:17 +0000
committernyamatongwe <devnull@localhost>2009-08-03 01:52:17 +0000
commitbdbda8a953b14e9a99478f1c52dfc10337ee68d3 (patch)
tree25a3641a7aeeb43793a80b4ffe49dacf2ed81cfa /src
parentea310c299d0c3a85e58b0b4681a0f7b59a3e669d (diff)
downloadscintilla-mirror-bdbda8a953b14e9a99478f1c52dfc10337ee68d3.tar.gz
Avoid warning.
Diffstat (limited to 'src')
-rw-r--r--src/Selection.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Selection.cxx b/src/Selection.cxx
index b44d4e96c..47d078675 100644
--- a/src/Selection.cxx
+++ b/src/Selection.cxx
@@ -156,7 +156,7 @@ void SelectionRange::MinimizeVirtualSpace() {
}
}
-Selection::Selection() : mainRange(0), moveExtends(false), selType(selStream), tentativeMain(false) {
+Selection::Selection() : mainRange(0), moveExtends(false), tentativeMain(false), selType(selStream) {
AddSelection(SelectionPosition(0));
}