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