summaryrefslogtreecommitdiff
path: root/src/window.hh
diff options
context:
space:
mode:
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 68ecc636..d4359864 100644
--- a/src/window.hh
+++ b/src/window.hh
@@ -75,7 +75,7 @@ private:
DisplayCoord dimensions;
size_t timestamp;
size_t main_selection;
- Vector<BufferRange> selections;
+ Vector<BufferRange, MemoryDomain::Display> selections;
};
Setup build_setup(const Context& context) const;
Setup m_last_setup;