]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/performance.cc
unsmob_pitch -> Pitch::unsmob and related
[lilypond.git] / lily / performance.cc
index 4aa03331e8a79f05345c747303459683e14fecc8..06f00338ea97aef9aa147deb0dc93c429b599d6e 100644 (file)
@@ -101,5 +101,5 @@ Performance::process ()
 Performance *
 unsmob_performance (SCM x)
 {
-  return dynamic_cast<Performance *> (unsmob_music_output (x));
+  return dynamic_cast<Performance *> (Music_output::unsmob (x));
 }