summaryrefslogtreecommitdiff
path: root/src/completion.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2013-02-18 14:00:43 +0100
committerMaxime Coste <frrrwww@gmail.com>2013-02-18 14:00:43 +0100
commit67971995f8bef4821d4afee226947f9a5ec88ec8 (patch)
tree978a0512973e09ae3c7622df60d3196066181a6f /src/completion.hh
parentbd5955c7378948c6694dac6a95b231fa13405da7 (diff)
Fix class/struct mismatches
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 cf626ec5..45c25149 100644
--- a/src/completion.hh
+++ b/src/completion.hh
@@ -9,7 +9,7 @@
namespace Kakoune
{
-class Context;
+struct Context;
typedef std::vector<String> CandidateList;