mirror of
https://github.com/lubosz/overte.git
synced 2025-04-17 22:42:08 +02:00
fix linux compile error
This commit is contained in:
parent
ff067601e7
commit
7267f2a629
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ namespace workload {
|
|||
// (5) Engine derives from task::Task<C> and will run all the Job<C>'s
|
||||
class Engine : public Task {
|
||||
public:
|
||||
Engine(const WorkloadContextPointer& context = std::make_shared<WorkloadContext>());
|
||||
Engine(const WorkloadContextPointer& context);
|
||||
~Engine() = default;
|
||||
|
||||
// (6) The Engine's Context is passed to its Jobs when they are run()
|
||||
|
|
Loading…
Reference in a new issue