aboutsummaryrefslogtreecommitdiff
path: root/src/libcmd/command.hh
diff options
context:
space:
mode:
authorBen Burdette <bburdette@protonmail.com>2022-05-05 20:26:10 -0600
committerBen Burdette <bburdette@protonmail.com>2022-05-05 20:26:10 -0600
commitdea998b2f29eaad67b3003550fcfdf9d31045d4c (patch)
tree1cc35d8580fbcb2c999d49f788624075e0837a79 /src/libcmd/command.hh
parentf400c5466d45d342709483799d9b9c2ac24cf967 (diff)
traceable_allocator
Diffstat (limited to 'src/libcmd/command.hh')
-rw-r--r--src/libcmd/command.hh2
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);
}