Commit 69f9a6d0 authored by neverlord's avatar neverlord

enabled pending_enqueue()

parent 452231bd
......@@ -32,7 +32,8 @@
namespace cppa {
scheduled_actor::scheduled_actor() : next(nullptr), m_scheduler(nullptr)
scheduled_actor::scheduled_actor() : local_actor(true)
, next(nullptr), m_scheduler(nullptr)
{
}
......
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