Add missing return value for ReplCommand::Run

refs #7805
This commit is contained in:
Gunnar Beutner 2014-11-23 13:41:45 +01:00
parent fc1d872df8
commit 14c94fabde
1 changed files with 2 additions and 0 deletions

View File

@ -94,4 +94,6 @@ int ReplCommand::Run(const po::variables_map& vm, const std::vector<std::string>
delete expr;
}
return 0;
}