diff --git a/src/mixer/MixerInternal.hxx b/src/mixer/MixerInternal.hxx index 340787b5f..5d1ad1362 100644 --- a/src/mixer/MixerInternal.hxx +++ b/src/mixer/MixerInternal.hxx @@ -51,6 +51,8 @@ public: open(false), failed(false) {} + Mixer(const Mixer &) = delete; + bool IsPlugin(const MixerPlugin &other) const { return &plugin == &other; }