[vte] Fix build
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] Fix build
- Date: Sun, 15 Nov 2020 14:43:52 +0000 (UTC)
commit c6124858c2aeea72582964ef8a34210ee0f71f39
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sun Nov 15 14:43:51 2020 +0000
Fix build
src/vte.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/vte.cc b/src/vte.cc
index 99ec4b75..c364bbf5 100644
--- a/src/vte.cc
+++ b/src/vte.cc
@@ -1761,7 +1761,7 @@ Terminal::selection_maybe_swap_endpoints(vte::view::coords const& pos)
if (m_selection_block_mode) {
if ((current.row() <= m_selection_origin.row() && m_selection_origin.row() <
m_selection_last.row()) ||
(current.row() >= m_selection_origin.row() && m_selection_origin.row() >
m_selection_last.row())) {
-< // FIXME see if we can use std::swap()
+ // FIXME see if we can use std::swap()
auto tmp = m_selection_origin.row();
m_selection_origin.set_row(m_selection_last.row());
m_selection_last.set_row(tmp);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]