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