diff options
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 916695102..8982f21d0 100644 --- a/src/libcmd/command.hh +++ b/src/libcmd/command.hh @@ -274,6 +274,6 @@ void printClosureDiff( void runRepl( - EvalState & evalState, + ref<EvalState> evalState, const ValMap & extraEnv); } |