Commit f33696eb authored by Matthias Vallentin's avatar Matthias Vallentin

Compile fix: add missing comma.

parent 03f033fb
......@@ -235,7 +235,7 @@ actor_ptr thread_pool_scheduler::spawn(std::function<void()> what,
}
}
#else
actor_ptr thread_pool_scheduler::spawn(std::function<void()> what
actor_ptr thread_pool_scheduler::spawn(std::function<void()> what,
scheduling_hint) {
return mock_scheduler::spawn_impl(std::move(what));
}
......
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