daily automatic beautifier

This commit is contained in:
MosesAdmin 2017-03-05 00:00:41 +00:00
parent 08138b44a7
commit 743a63b6d3
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ public:
static boost::shared_ptr<TrainingTask>
create(boost::shared_ptr<InputType> const& source,
boost::shared_ptr<IOWrapper> const& ioWrapper,
boost::shared_ptr<ContextScope> const& scope) {
boost::shared_ptr<ContextScope> const& scope) {
boost::shared_ptr<TrainingTask> ret(new TrainingTask(source, ioWrapper));
ret->m_self = ret;
ret->m_scope = scope;