]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob-smob.cc
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / grob-smob.cc
index 1011d47fdcf1f1a55441cfb31e6f703547880c56..730faa780eafe2f6676a44b276f664db9a390a8f 100644 (file)
@@ -20,7 +20,7 @@ IMPLEMENT_TYPE_P (Grob, "ly:grob?");
 SCM
 Grob::mark_smob (SCM ses)
 {
-  ASSERT_LIVE_IS_ALLOWED();
+  ASSERT_LIVE_IS_ALLOWED ();
   
   Grob *s = (Grob *) SCM_CELL_WORD_1 (ses);
   scm_gc_mark (s->immutable_property_alist_);