diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2012-07-16 21:21:56 +0200 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2012-07-16 21:21:56 +0200 |
| commit | fe988868e576b9b7fe047a7465d1b1f6867bf786 (patch) | |
| tree | 330d1aeaaae694d02c16515f602ef380dc8fae4a /src/editor.hh | |
| parent | 5a671db12c36bd5944b4d72cc0b3c485724c0ba5 (diff) | |
IncrementalInserter preserves selections
Diffstat (limited to 'src/editor.hh')
| -rw-r--r-- | src/editor.hh | 1 |
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; }; |
