diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-02-18 14:00:43 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-02-18 14:00:43 +0100 |
| commit | 67971995f8bef4821d4afee226947f9a5ec88ec8 (patch) | |
| tree | 978a0512973e09ae3c7622df60d3196066181a6f /src/completion.hh | |
| parent | bd5955c7378948c6694dac6a95b231fa13405da7 (diff) | |
Fix class/struct mismatches
Diffstat (limited to 'src/completion.hh')
| -rw-r--r-- | src/completion.hh | 2 |
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; |
