From dea998b2f29eaad67b3003550fcfdf9d31045d4c Mon Sep 17 00:00:00 2001 From: Ben Burdette Date: Thu, 5 May 2022 20:26:10 -0600 Subject: traceable_allocator --- src/libcmd/command.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libcmd/command.hh') 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, const Expr & expr, - const std::map & extraEnv); + const ValMap & extraEnv); } -- cgit v1.2.3