From e44f95820ee182460bee2e7569ab4ecb1d444112 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 16 Mar 2017 23:08:10 +0000 Subject: Fixes some clang-tidy warning and add a few missing meta.hh include --- src/command_manager.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command_manager.hh') diff --git a/src/command_manager.hh b/src/command_manager.hh index be2dd7d6..c0442255 100644 --- a/src/command_manager.hh +++ b/src/command_manager.hh @@ -135,7 +135,7 @@ String expand(StringView str, const Context& context, String expand(StringView str, const Context& context, const ShellContext& shell_context, - std::function postprocess); + const std::function& postprocess); } -- cgit v1.2.3