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 7428fb39..92eecea6 100644 --- a/src/selection.hh +++ b/src/selection.hh @@ -135,7 +135,7 @@ struct SelectionList void update_timestamp() { m_timestamp = m_buffer->timestamp(); } void insert(ConstArrayView<String> strings, InsertMode mode, - bool select_inserted = false); + Vector<BufferCoord>* out_insert_pos = nullptr); void erase(); private: |
