X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fperformance.cc;fp=lily%2Fperformance.cc;h=f0b9c001927a39ceab84b46b1de6e3080aa33ad7;hb=9066eeede909ace56324c905217c5b585ba42f90;hp=06f00338ea97aef9aa147deb0dc93c429b599d6e;hpb=ef250dfc8cd4a5574a5059249e19208a3b068714;p=lilypond.git diff --git a/lily/performance.cc b/lily/performance.cc index 06f00338ea..f0b9c00192 100644 --- a/lily/performance.cc +++ b/lily/performance.cc @@ -99,7 +99,7 @@ Performance::process () } Performance * -unsmob_performance (SCM x) +Performance::unsmob (SCM x) { return dynamic_cast (Music_output::unsmob (x)); }