diff options
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); - } |