Skip to content

Commit

Permalink
fix example deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-s authored and kkoopa committed Feb 25, 2018
1 parent 7958c3a commit 1a1971e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/async_pi_estimate/async.cc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class PiWorker : public AsyncWorker {
, New<Number>(estimate)
};

callback->Call(2, argv);
callback->Call(2, argv, async_resource);
}

private:
Expand Down

0 comments on commit 1a1971e

Please sign in to comment.