mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:49:27 +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) {
|
_context(nullptr) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue