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