Mixer: delete the implicit copy constructor
This commit is contained in:
parent
c9fb6f7bdb
commit
e04090b477
|
@ -51,6 +51,8 @@ public:
|
|||
open(false),
|
||||
failed(false) {}
|
||||
|
||||
Mixer(const Mixer &) = delete;
|
||||
|
||||
bool IsPlugin(const MixerPlugin &other) const {
|
||||
return &plugin == &other;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue