diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-01-27 20:28:38 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-01-27 20:28:38 +0000 |
| commit | e3641371961e7e6fcad9aab51d3d3c2bc928fe76 (patch) | |
| tree | f24511a6b7c78503862b28f97a461d7a9509752d /src/shell_manager.hh | |
| parent | 2dd4761f89e7d066c46a4b77019cb6d3d4ddef66 (diff) | |
Fix compilation with clang 3.4
Diffstat (limited to 'src/shell_manager.hh')
| -rw-r--r-- | src/shell_manager.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell_manager.hh b/src/shell_manager.hh index cee125bf..0774fdf2 100644 --- a/src/shell_manager.hh +++ b/src/shell_manager.hh @@ -9,7 +9,7 @@ namespace Kakoune { -struct Context; +class Context; using EnvVarRetriever = std::function<String (const String& name, const Context&)>; using EnvVarMap = std::unordered_map<String, String>; |
