diff options
Diffstat (limited to 'src/libcmd/command.hh')
-rw-r--r-- | src/libcmd/command.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libcmd/command.hh b/src/libcmd/command.hh index db4d4c023..354877bc5 100644 --- a/src/libcmd/command.hh +++ b/src/libcmd/command.hh @@ -275,6 +275,7 @@ void printClosureDiff( void runRepl( ref<EvalState> evalState, - const Expr &expr, + const Expr & expr, const std::map<std::string, Value *> & extraEnv); + } |