test/ShutdownHandler: make the constructor "explicit"

This commit is contained in:
Max Kellermann 2014-02-05 00:00:00 +01:00
parent ff665b37cb
commit ad7f2b2aec
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class EventLoop;
class ShutdownHandler {
public:
ShutdownHandler(EventLoop &loop);
explicit ShutdownHandler(EventLoop &loop);
~ShutdownHandler();
};