Commit e04090b4 authored by Max Kellermann's avatar Max Kellermann

Mixer: delete the implicit copy constructor

parent c9fb6f7b
...@@ -51,6 +51,8 @@ public: ...@@ -51,6 +51,8 @@ public:
open(false), open(false),
failed(false) {} failed(false) {}
Mixer(const Mixer &) = delete;
bool IsPlugin(const MixerPlugin &other) const { bool IsPlugin(const MixerPlugin &other) const {
return &plugin == &other; return &plugin == &other;
} }
......
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