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/insert_completer.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/insert_completer.hh') diff --git a/src/insert_completer.hh b/src/insert_completer.hh index 064047f8..ac1fa22b 100644 --- a/src/insert_completer.hh +++ b/src/insert_completer.hh @@ -62,7 +62,7 @@ struct InsertCompletion bool operator<(const Candidate& other) const { return completion < other.completion; } }; - using CandidateList = Vector; + using CandidateList = Vector; BufferCoord begin; BufferCoord end; -- cgit v1.2.3