summaryrefslogtreecommitdiff
path: root/src/window.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2023-08-27 07:01:50 +1000
committerMaxime Coste <mawww@kakoune.org>2023-08-27 07:01:50 +1000
commit6f9f32b4bb7603c308a3e245fef10ad48bf20719 (patch)
treee83145495cfa18ab15c8ba11feaea6224e4239dc /src/window.hh
parent9c0c6b8fd5a7ea8b819798add9f0605da749062b (diff)
Small code cleanup in winow.cc/hh
Diffstat (limited to 'src/window.hh')
-rw-r--r--src/window.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.hh b/src/window.hh
index dd7a325b..e6f27369 100644
--- a/src/window.hh
+++ b/src/window.hh
@@ -77,7 +77,7 @@ private:
size_t timestamp;
size_t faces_hash;
size_t main_selection;
- Vector<BufferRange, MemoryDomain::Display> selections;
+ Vector<BasicSelection, MemoryDomain::Display> selections;
};
Setup build_setup(const Context& context) const;
Setup m_last_setup;