More robust clone XML mechanism: use ID

This commit is contained in:
brunoherbelin
2021-04-13 22:41:57 +02:00
parent 17d2a63132
commit 11df7c28b4
3 changed files with 18 additions and 4 deletions

View File

@@ -109,6 +109,9 @@ public:
std::list<MixingGroup *>::iterator endMixingGroup ();
std::list<MixingGroup *>::iterator deleteMixingGroup (std::list<MixingGroup *>::iterator g);
// snapshots
// lock and unlock access (e.g. while saving)
void lock ();
void unlock ();