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