fix linux compile error

This commit is contained in:
Andrew Meadows 2018-02-21 12:36:49 -08:00
parent ff067601e7
commit 7267f2a629

View file

@ -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()