From ad7f2b2aecd9b1d36e133429033fd8664d14e405 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 5 Feb 2014 00:00:00 +0100 Subject: test/ShutdownHandler: make the constructor "explicit" --- test/ShutdownHandler.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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(); }; -- cgit v1.2.3