fix minor type error

git-svn-id: svn://localhost/ardour2/branches/3.0@9497 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-05-12 00:01:46 +00:00
parent 48493b444b
commit 3ae786bb06

View file

@ -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);