fix minor type error
git-svn-id: svn://localhost/ardour2/branches/3.0@9497 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -167,7 +167,7 @@ AudioPlaylist::AudioPlaylist (boost::shared_ptr<const AudioPlaylist> other, fram
|
||||
: Playlist (other, start, cnt, name, hidden)
|
||||
, _crossfades (*this)
|
||||
{
|
||||
RegionLock rlock2 (const_cast<Playlist*> (other.get()));
|
||||
RegionLock rlock2 (const_cast<AudioPlaylist*> (other.get()));
|
||||
in_set_state++;
|
||||
|
||||
add_property (_crossfades);
|
||||
|
||||
Reference in New Issue
Block a user