summaryrefslogtreecommitdiff
path: root/src/completion.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2013-11-11 19:10:49 +0000
committerMaxime Coste <frrrwww@gmail.com>2013-11-11 19:10:49 +0000
commit6b77860fc0daef88db4486f71ae027fd2a5ad7f3 (patch)
tree4eb76cf750f12d23e30a1052f3167c9f60377db7 /src/completion.hh
parentbc1d1ba59f031c2d320564b53dd31f069b97464e (diff)
Make Context a class, not a struct
Diffstat (limited to 'src/completion.hh')
-rw-r--r--src/completion.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/completion.hh b/src/completion.hh
index bd89ea4c..44726dd3 100644
--- a/src/completion.hh
+++ b/src/completion.hh
@@ -9,7 +9,7 @@
namespace Kakoune
{
-struct Context;
+class Context;
typedef std::vector<String> CandidateList;