X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Faudio-element-info.cc;h=9846ba54369742a8f3c355081684f09601b5d448;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=f6dd6b471fa164870fd2573f75baf43bdc701a61;hpb=31568c504806f35aac420a394c9eab07abd9faa7;p=lilypond.git diff --git a/lily/audio-element-info.cc b/lily/audio-element-info.cc index f6dd6b471f..9846ba5436 100644 --- a/lily/audio-element-info.cc +++ b/lily/audio-element-info.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2006 Han-Wen Nienhuys + (c) 1997--2008 Han-Wen Nienhuys */ #include "audio-element-info.hh" @@ -11,7 +11,7 @@ #include "translator-group.hh" #include "context.hh" -Audio_element_info::Audio_element_info (Audio_element *s, Music *r) +Audio_element_info::Audio_element_info (Audio_element *s, Stream_event *r) { elem_ = s; origin_trans_ = 0;