summaryrefslogtreecommitdiff
path: root/src/window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.cc')
-rw-r--r--src/window.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.cc b/src/window.cc
index 78e75be9..54fffc6a 100644
--- a/src/window.cc
+++ b/src/window.cc
@@ -76,7 +76,7 @@ void Window::center_column(ColumnCount buffer_column)
Window::Setup Window::build_setup(const Context& context) const
{
- Vector<BufferRange> selections;
+ Vector<BufferRange, MemoryDomain::Display> selections;
for (auto& sel : context.selections())
selections.push_back({sel.cursor(), sel.anchor()});