diff options
Diffstat (limited to 'src/command_manager.hh')
| -rw-r--r-- | src/command_manager.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command_manager.hh b/src/command_manager.hh index 774b8b2c..8a3a9f23 100644 --- a/src/command_manager.hh +++ b/src/command_manager.hh @@ -168,7 +168,7 @@ String expand(StringView str, const Context& context, String expand(StringView str, const Context& context, const ShellContext& shell_context, - const std::function<String (String)>& postprocess); + const FunctionRef<String (String)>& postprocess); } |
