diff options
Diffstat (limited to 'src/mixer')
-rw-r--r-- | src/mixer/MixerInternal.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) {} |