diff options
author | Ben Burdette <bburdette@protonmail.com> | 2022-05-22 18:57:45 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@protonmail.com> | 2022-05-22 18:57:45 -0600 |
commit | 34ffaa9f5786fafa68c55bae99c5512506f7f0db (patch) | |
tree | 2a142bcba5a9081811f3619e99ac68530ed27f5d /src/libcmd/command.hh | |
parent | 982c8a959b0a686c1c532429b206507c7641e083 (diff) |
changning repl to use EvalState& instead of ref
Diffstat (limited to 'src/libcmd/command.hh')
-rw-r--r-- | src/libcmd/command.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libcmd/command.hh b/src/libcmd/command.hh index 196bd3aaa..b064f490a 100644 --- a/src/libcmd/command.hh +++ b/src/libcmd/command.hh @@ -274,7 +274,6 @@ void printClosureDiff( void runRepl( - ref<EvalState> evalState, + EvalState &evalState, const ValMap & extraEnv); - } |