Commit eab228c0 authored by Joseph Noir's avatar Joseph Noir

Fix ambigious function call

parent d497ee97
......@@ -441,7 +441,7 @@ struct newb : public extend<scheduled_actor, newb<Message>>::template
void start_reading() override {
if (!reading_) {
activate();
event_handler::activate();
reading_ = true;
}
}
......
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