diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-01-04 18:39:13 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-01-04 18:39:13 +0100 |
| commit | 4b649d386cb808cfd64a3ebab982d0ecd0813c86 (patch) | |
| tree | ff0d68ad1131e396f83a960088a246b67f1856b1 /src/selection.hh | |
| parent | b5418c94caa8d6842780b72b73f353795b3d07dd (diff) | |
various code style fixes
Diffstat (limited to 'src/selection.hh')
| -rw-r--r-- | src/selection.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selection.hh b/src/selection.hh index 83246a9c..294ecee1 100644 --- a/src/selection.hh +++ b/src/selection.hh @@ -50,7 +50,7 @@ struct Selection : public Range { Selection(const BufferIterator& first, const BufferIterator& last, CaptureList captures = {}) - : Range(first, last), m_captures(std::move(captures)) {} + : Range(first, last), m_captures(std::move(captures)) {} void avoid_eol(); |
