diff options
Diffstat (limited to 'src/mixer')
-rw-r--r-- | src/mixer/MixerInternal.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |