From 2f3a7112eafe7bfa6ddd9c6b8a3e6d11a44ce49d Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 28 Nov 2016 13:59:55 +0000 Subject: Add more memory domains to certain data --- src/completion.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/completion.hh') diff --git a/src/completion.hh b/src/completion.hh index 6743194e..95dc7deb 100644 --- a/src/completion.hh +++ b/src/completion.hh @@ -15,7 +15,7 @@ namespace Kakoune class Context; -using CandidateList = Vector; +using CandidateList = Vector; struct Completions { -- cgit v1.2.3