diff options
author | Max Kellermann <max@duempel.org> | 2014-02-05 00:00:00 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-05 00:00:00 +0100 |
commit | ad7f2b2aecd9b1d36e133429033fd8664d14e405 (patch) | |
tree | 3b74ccfdfff4df49d4ba2f16974e92334653b4b2 | |
parent | ff665b37cb92e2a1664bbab207030a1eedfbb036 (diff) |
test/ShutdownHandler: make the constructor "explicit"
-rw-r--r-- | test/ShutdownHandler.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ShutdownHandler.hxx b/test/ShutdownHandler.hxx index e4e900e5d..9db88a1b4 100644 --- a/test/ShutdownHandler.hxx +++ b/test/ShutdownHandler.hxx @@ -24,7 +24,7 @@ class EventLoop; class ShutdownHandler { public: - ShutdownHandler(EventLoop &loop); + explicit ShutdownHandler(EventLoop &loop); ~ShutdownHandler(); }; |