mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 14:47:19 +02:00
merging with upstream master, adjusting to the new Task constructor
This commit is contained in:
parent
b32be91bb1
commit
916d8c4522
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ namespace workload {
|
|||
}
|
||||
};
|
||||
|
||||
Engine::Engine() : Task("Engine", EngineBuilder::JobModel::create()),
|
||||
Engine::Engine() : Task(EngineBuilder::JobModel::create("Engine")),
|
||||
_context(nullptr) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue