diff options
author | Ben Burdette <bburdette@protonmail.com> | 2022-05-05 20:26:10 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@protonmail.com> | 2022-05-05 20:26:10 -0600 |
commit | dea998b2f29eaad67b3003550fcfdf9d31045d4c (patch) | |
tree | 1cc35d8580fbcb2c999d49f788624075e0837a79 /src/libcmd/command.hh | |
parent | f400c5466d45d342709483799d9b9c2ac24cf967 (diff) |
traceable_allocator
Diffstat (limited to 'src/libcmd/command.hh')
-rw-r--r-- | src/libcmd/command.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcmd/command.hh b/src/libcmd/command.hh index 354877bc5..454197b1c 100644 --- a/src/libcmd/command.hh +++ b/src/libcmd/command.hh @@ -276,6 +276,6 @@ void printClosureDiff( void runRepl( ref<EvalState> evalState, const Expr & expr, - const std::map<std::string, Value *> & extraEnv); + const ValMap & extraEnv); } |