]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-element-info.cc
release: 1.1.29
[lilypond.git] / lily / score-element-info.cc
index a0c6f68e8552a8047866cc42351ec8da649d5f2b..a5d19969d793ddca0723e6e53487803bb3c0b44f 100644 (file)
@@ -3,18 +3,19 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "score-element-info.hh"
 #include "request.hh"
 
-Score_element_info::Score_element_info (Score_element*s_l, Request*r_l)
+Score_element_info::Score_element_info (Score_element*s_l, Music *r_l)
 {
   elem_l_ = s_l;
   req_l_ = r_l;
 }
 
+
 Score_element_info::Score_element_info()
 {
   elem_l_ = 0;