]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-side.cc
release: 0.0.64
[lilypond.git] / lily / staff-side.cc
index 29c584822f1b6079aef7697bd855cb1661bf1010..1435f5daa99e9d1fd7892fbe04c6db57eddf3ba1 100644 (file)
@@ -17,7 +17,7 @@ Staff_side::set_staffsym(Staff_symbol* s_l)
     staff_sym_l_ = s_l;
 }
 
-Staff_side::Staff_side(Staff_elem * elem_l)
+Staff_side::Staff_side(Score_elem * elem_l)
 {
     inter_f_ = 2 PT;
     staff_size_i_ = 0;
@@ -51,7 +51,7 @@ Staff_side::support_height() const
 }
 
 void
-Staff_side::add_support(Staff_elem*i)
+Staff_side::add_support(Score_elem*i)
 {
     support_l_arr_.push(i);
     elem_l_->add_dependency(i);