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