Commit ad7f2b2a authored by Max Kellermann's avatar Max Kellermann

test/ShutdownHandler: make the constructor "explicit"

parent ff665b37
......@@ -24,7 +24,7 @@ class EventLoop;
class ShutdownHandler {
public:
ShutdownHandler(EventLoop &loop);
explicit ShutdownHandler(EventLoop &loop);
~ShutdownHandler();
};
......
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