Commit c9fb6f7b authored by Max Kellermann's avatar Max Kellermann

Mixer: make the constructor "explicit"

parent ad6b05ae
...@@ -46,7 +46,7 @@ public: ...@@ -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) {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment