let's do this right if we're going to do it at all ..
git-svn-id: svn://localhost/ardour2/branches/3.0@12302 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
88f6395134
commit
85e4dd3d73
@ -232,7 +232,7 @@ public:
|
||||
protected:
|
||||
struct RegionReadLock : public Glib::RWLock::ReaderLock {
|
||||
RegionReadLock (Playlist *pl) : Glib::RWLock::ReaderLock (pl->region_lock) {}
|
||||
~RegionReadLock() { Glib::RWLock::ReaderLock::release (); }
|
||||
~RegionReadLock() {}
|
||||
};
|
||||
|
||||
struct RegionWriteLock : public Glib::RWLock::WriterLock {
|
||||
|
Loading…
Reference in New Issue
Block a user