]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dots.cc
Authors: Updated Authors.itexi
[lilypond.git] / lily / dots.cc
index 0c7d634798a87c2ab26e481f8b3521dd62365045..11c0aa4cb9dd2df6d54e47868a1e35071ea489b2 100644 (file)
@@ -30,7 +30,7 @@ MAKE_SCHEME_CALLBACK (Dots, print, 1);
 SCM
 Dots::print (SCM d)
 {
-  Grob *sc = unsmob_grob (d);
+  Grob *sc = Grob::unsmob (d);
   Stencil mol;
 
   SCM c = sc->get_property ("dot-count");