Mixer: make the constructor "explicit"
This commit is contained in:
@@ -46,7 +46,7 @@ public:
|
||||
bool failed;
|
||||
|
||||
public:
|
||||
Mixer(const MixerPlugin &_plugin)
|
||||
explicit Mixer(const MixerPlugin &_plugin)
|
||||
:plugin(_plugin),
|
||||
open(false),
|
||||
failed(false) {}
|
||||
|
Reference in New Issue
Block a user