From c9fb6f7bdbd7f5b9446fb8fcb8c94df7c02002c1 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 6 Feb 2014 20:45:49 +0100 Subject: Mixer: make the constructor "explicit" --- src/mixer/MixerInternal.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mixer/MixerInternal.hxx b/src/mixer/MixerInternal.hxx index 1524af7f2..340787b5f 100644 --- a/src/mixer/MixerInternal.hxx +++ b/src/mixer/MixerInternal.hxx @@ -46,7 +46,7 @@ public: bool failed; public: - Mixer(const MixerPlugin &_plugin) + explicit Mixer(const MixerPlugin &_plugin) :plugin(_plugin), open(false), failed(false) {} -- cgit v1.2.3