summaryrefslogtreecommitdiff
path: root/src/selection.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2015-09-12 10:51:16 +0100
committerMaxime Coste <frrrwww@gmail.com>2015-09-12 10:51:16 +0100
commit5173dad47089d37c0fa57a2ef32ce4df9c3e5556 (patch)
treeb2ef0a0ca43ff71477b919bfbbf62a0c2e4a7e01 /src/selection.hh
parent8aca7622bfe69f71997bdfb712609217982504d3 (diff)
Add some missing memory domains
Diffstat (limited to 'src/selection.hh')
-rw-r--r--src/selection.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selection.hh b/src/selection.hh
index 2f41b06e..26a7865c 100644
--- a/src/selection.hh
+++ b/src/selection.hh
@@ -6,7 +6,7 @@
namespace Kakoune
{
-using CaptureList = Vector<String>;
+using CaptureList = Vector<String, MemoryDomain::Selections>;
// A selection is a Selection, associated with a CaptureList
struct Selection