mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-29 08:23:01 +01:00
fix minor type error
git-svn-id: svn://localhost/ardour2/branches/3.0@9497 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
48493b444b
commit
3ae786bb06
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue