aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-05 00:00:00 +0100
committerMax Kellermann <max@duempel.org>2014-02-05 00:00:00 +0100
commitad7f2b2aecd9b1d36e133429033fd8664d14e405 (patch)
tree3b74ccfdfff4df49d4ba2f16974e92334653b4b2 /test
parentff665b37cb92e2a1664bbab207030a1eedfbb036 (diff)
downloadmpd-ad7f2b2aecd9b1d36e133429033fd8664d14e405.tar.gz
mpd-ad7f2b2aecd9b1d36e133429033fd8664d14e405.tar.xz
mpd-ad7f2b2aecd9b1d36e133429033fd8664d14e405.zip
test/ShutdownHandler: make the constructor "explicit"
Diffstat (limited to 'test')
-rw-r--r--test/ShutdownHandler.hxx2
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();
};