]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-spanner.cc
release: 1.1.32
[lilypond.git] / lily / text-spanner.cc
index f1e1fab7f17383242c70c05017e85c4b5e5f7f63..8ad44ce683fe8235415c01c4528b7bf9acd8943d 100644 (file)
@@ -78,7 +78,7 @@ Text_spanner::height() const
 }
 
 void
-Text_spanner::do_substitute_dependency (Score_element* o, Score_element*n)
+Text_spanner::do_substitute_element_pointer (Score_element* o, Score_element*n)
 {
   if (support_span_l_ == o) 
        support_span_l_ = (Directional_spanner*) (n?dynamic_cast <Spanner *> (n):0);