13
0

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:
Paul Davis 2012-05-16 00:19:15 +00:00
parent 88f6395134
commit 85e4dd3d73

View File

@ -232,7 +232,7 @@ public:
protected: protected:
struct RegionReadLock : public Glib::RWLock::ReaderLock { struct RegionReadLock : public Glib::RWLock::ReaderLock {
RegionReadLock (Playlist *pl) : Glib::RWLock::ReaderLock (pl->region_lock) {} RegionReadLock (Playlist *pl) : Glib::RWLock::ReaderLock (pl->region_lock) {}
~RegionReadLock() { Glib::RWLock::ReaderLock::release (); } ~RegionReadLock() {}
}; };
struct RegionWriteLock : public Glib::RWLock::WriterLock { struct RegionWriteLock : public Glib::RWLock::WriterLock {