BulkEdit: forbid copying
This commit is contained in:
parent
571b6f0cdb
commit
31bf6d29b9
|
@ -20,6 +20,9 @@ public:
|
||||||
~ScopeBulkEdit() {
|
~ScopeBulkEdit() {
|
||||||
partition.playlist.CommitBulk(partition.pc);
|
partition.playlist.CommitBulk(partition.pc);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ScopeBulkEdit(const ScopeBulkEdit &) = delete;
|
||||||
|
ScopeBulkEdit &operator=(const ScopeBulkEdit &) = delete;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue