Commit 371e2750 authored by Dominik Charousset's avatar Dominik Charousset

Remove vbase-init in abstract class

parent 5120089e
......@@ -39,7 +39,7 @@ public:
// -- constructors, destructors, and assignment operators --------------------
stream_source(scheduled_actor* self) : stream_manager(self), out_(self) {
stream_source(scheduled_actor* self) : out_(self) {
// nop
}
......
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