Commit 4283b08c authored by Dominik Charousset's avatar Dominik Charousset

Fix access modifier for `actor::swap`

parent df5b5349
......@@ -149,10 +149,10 @@ class actor : detail::comparable<actor>,
actor_id id() const;
private:
void swap(actor& other);
private:
inline abstract_actor* get() const {
return m_ptr.get();
}
......
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