]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/prob.cc
web: move some old news from front page to archive
[lilypond.git] / lily / prob.cc
index 53b562c2701cb9e161dfb0dbcee6efa119b1b5f9..367d1616a7b4aae73b48eb674876b9de4b24f61d 100644 (file)
@@ -119,7 +119,7 @@ Prob::derived_mark () const
 SCM
 Prob::mark_smob (SCM smob)
 {
-  ASSERT_LIVE_IS_ALLOWED ();
+  ASSERT_LIVE_IS_ALLOWED (smob);
 
   Prob *system = (Prob *) SCM_CELL_WORD_1 (smob);
   scm_gc_mark (system->mutable_property_alist_);