X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fmusic-wrapper-iterator.cc;h=009f64f237caa0e7bdd782f435a0736958ffeede;hb=90e4d7057f3857da049dfda3d130017d4719bd6b;hp=cf0ee67a974c9d3ea3f008003d3dc5a4d6592a84;hpb=d2762a4f1add2bb04d6fc34d3c7ae03eeb7d500f;p=lilypond.git diff --git a/lily/music-wrapper-iterator.cc b/lily/music-wrapper-iterator.cc index cf0ee67a97..009f64f237 100644 --- a/lily/music-wrapper-iterator.cc +++ b/lily/music-wrapper-iterator.cc @@ -51,9 +51,9 @@ void Music_wrapper_iterator::construct_children () { Music *my_music = get_music (); - Music *child = Music::unsmob (my_music->get_property ("element")); + Music *child = unsmob (my_music->get_property ("element")); child_iter_ = (child) - ? Music_iterator::unsmob (get_iterator (child)) + ? unsmob (get_iterator (child)) : 0; }