Commit e83e5f84 authored by Joseph Noir's avatar Joseph Noir Committed by Dominik Charousset

Add missing cast

(cherry picked from commit aa4ec6ee)
parent 8562c1af
......@@ -451,7 +451,7 @@ public:
}
inject_clause& to(const caf::scoped_actor& whom) {
dest_ = whom.ptr();
dest_ = caf::actor_cast<caf::strong_actor_ptr>(whom.ptr());
return *this;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment