Mixer: delete the implicit copy constructor
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user