merging with upstream master, adjusting to the new Task constructor

This commit is contained in:
samcake 2018-04-16 13:24:53 -07:00
parent b32be91bb1
commit 916d8c4522

View file

@ -35,7 +35,7 @@ namespace workload {
} }
}; };
Engine::Engine() : Task("Engine", EngineBuilder::JobModel::create()), Engine::Engine() : Task(EngineBuilder::JobModel::create("Engine")),
_context(nullptr) { _context(nullptr) {
} }