aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/mixer/MixerInternal.hxx2
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;
}