diff options
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(); |
