]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dot-column.cc
release: 1.3.54
[lilypond.git] / lily / dot-column.cc
index 2dc724e9f60cf22c4dad131de8eadf041361c4b1..75f8391fe934b16092c5dd2b2aa4d2e9da6c8bb6 100644 (file)
@@ -33,7 +33,7 @@ Dot_column::add_head (Rhythmic_head *r)
   if (!r->dots_l ())
     return ;
 
-  side_position (this).add_support (r);
+  Side_position_interface (this).add_support (r);
   add_dots (r->dots_l ());
 }