Commit a4403092 authored by Dominik Charousset's avatar Dominik Charousset

Fix class/struct mismatch

parent e13eb9a2
......@@ -91,7 +91,7 @@ class multiplexer {
* Makes sure the multipler does not exit its event loop until
* the destructor of `supervisor` has been called.
*/
struct supervisor {
class supervisor {
public:
virtual ~supervisor();
};
......
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