summaryrefslogtreecommitdiff
path: root/src/editor.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2012-07-16 21:21:56 +0200
committerMaxime Coste <frrrwww@gmail.com>2012-07-16 21:21:56 +0200
commitfe988868e576b9b7fe047a7465d1b1f6867bf786 (patch)
tree330d1aeaaae694d02c16515f602ef380dc8fae4a /src/editor.hh
parent5a671db12c36bd5944b4d72cc0b3c485724c0ba5 (diff)
IncrementalInserter preserves selections
Diffstat (limited to 'src/editor.hh')
-rw-r--r--src/editor.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/editor.hh b/src/editor.hh
index 48fb8ae3..ab6196f9 100644
--- a/src/editor.hh
+++ b/src/editor.hh
@@ -121,6 +121,7 @@ public:
private:
void apply(Modification&& modification) const;
+ Mode m_mode;
Editor& m_editor;
scoped_edition m_edition;
};