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