X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fgrob-smob.cc;h=e695cdda0cfc12f1cba5f729f095292bd029a848;hb=11cf086eaba246f043d553a8bafcdbf1b47b9117;hp=b1e61631b50d81a465f5314d795bf515ad60f961;hpb=b7a0cffbf9d1069860368f289a5b50e9d1d90ba8;p=lilypond.git diff --git a/lily/grob-smob.cc b/lily/grob-smob.cc index b1e61631b5..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--2009 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_);