]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob-info.cc
Replace remaining uses of unsmob_xxx with Xxx::unsmob
[lilypond.git] / lily / grob-info.cc
index 72c2829032a5177031b008741a0ed9b2c16b9890..3a90b8c896eb37a4c9069200a057d86a4e02257d 100644 (file)
@@ -50,7 +50,7 @@ Stream_event *
 Grob_info::event_cause () const
 {
   SCM cause = grob_->get_property ("cause");
-  return unsmob_stream_event (cause);
+  return Stream_event::unsmob (cause);
 }
 
 vector<Context *>
@@ -94,7 +94,7 @@ Grob_info::ultimate_event_cause () const
     {
       cause = Grob::unsmob (cause)->get_property ("cause");
     }
-  return unsmob_stream_event (cause);
+  return Stream_event::unsmob (cause);
 }
 
 bool