]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.28
authorfred <fred>
Sun, 24 Mar 2002 19:30:31 +0000 (19:30 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:30:31 +0000 (19:30 +0000)
src/textspanner.cc

index d4de8fb824465722b5c672a71952a54926ccfa57..021b81fbbbb52ac9a2aebbcf770d79971e833cba 100644 (file)
@@ -10,8 +10,9 @@ void
 Text_spanner::set_support(Directional_spanner*d)
 {
     support = d;
-    dependencies.push(d);
-}    
+    add_depedency(d);
+}
+
 Text_spanner::Text_spanner()
 {
     support = 0;