summaryrefslogtreecommitdiff
path: root/src/command_manager.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/command_manager.hh')
-rw-r--r--src/command_manager.hh2
1 files changed, 1 insertions, 1 deletions
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<String (String)> postprocess);
+ const std::function<String (String)>& postprocess);
}