]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/accidental-placement.cc
Replace remaining uses of unsmob_xxx with Xxx::unsmob
[lilypond.git] / lily / accidental-placement.cc
index 6bf1a74b26b7e08e01ee2c5d3b31d17c8cbb9ecd..edc176a5207b8e2a7428b67ea7f5e05a120438d5 100644 (file)
@@ -36,7 +36,7 @@ accidental_pitch (Grob *acc)
 {
   SCM cause = acc->get_parent (Y_AXIS)->get_property ("cause");
 
-  Stream_event *mcause = unsmob_stream_event (cause);
+  Stream_event *mcause = Stream_event::unsmob (cause);
   if (!mcause)
     {
       programming_error ("note head has no event cause");