X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fgrob-smob.cc;h=e695cdda0cfc12f1cba5f729f095292bd029a848;hb=4b4331d24c2c39592f2da381156da92d140c9419;hp=edebcbe95eac0b5fc04a52a169e4fbf453ea2941;hpb=1c846b2c2348b4e0ca4a3c2e8fb267047ba2d203;p=lilypond.git diff --git a/lily/grob-smob.cc b/lily/grob-smob.cc index edebcbe95e..e695cdda0c 100644 --- a/lily/grob-smob.cc +++ b/lily/grob-smob.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2005--2011 Han-Wen Nienhuys + Copyright (C) 2005--2012 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -32,7 +32,7 @@ SCM Grob::mark_smob (SCM ses) { ASSERT_LIVE_IS_ALLOWED (); - + Grob *s = (Grob *) SCM_CELL_WORD_1 (ses); scm_gc_mark (s->immutable_property_alist_);