Commit e04090b4 authored by Max Kellermann's avatar Max Kellermann

Mixer: delete the implicit copy constructor

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