test/ShutdownHandler: make the constructor "explicit"
This commit is contained in:
parent
ff665b37cb
commit
ad7f2b2aec
|
@ -24,7 +24,7 @@ class EventLoop;
|
|||
|
||||
class ShutdownHandler {
|
||||
public:
|
||||
ShutdownHandler(EventLoop &loop);
|
||||
explicit ShutdownHandler(EventLoop &loop);
|
||||
~ShutdownHandler();
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue