X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fgrob-array.cc;h=8fc60387bcaee89dec9fde986e04b0fa796f4e51;hb=2f771b342689e45c55e083da1f835a51a02493b3;hp=308f057242be5a10b7d124126cf51a4cfdfcc5ff;hpb=8cd6c7945283badb27640b3a0020808ace14a27a;p=lilypond.git diff --git a/lily/grob-array.cc b/lily/grob-array.cc index 308f057242..8fc60387bc 100644 --- a/lily/grob-array.cc +++ b/lily/grob-array.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2005--2014 Han-Wen Nienhuys + Copyright (C) 2005--2015 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 @@ -52,7 +52,7 @@ Grob_array::array () const } SCM -Grob_array::mark_smob () +Grob_array::mark_smob () const { #if 0 /* see System::derived_mark () const */ for (vsize i = 0; i < grobs_.size (); i++) @@ -62,7 +62,7 @@ Grob_array::mark_smob () } int -Grob_array::print_smob (SCM port, scm_print_state *) +Grob_array::print_smob (SCM port, scm_print_state *) const { scm_puts ("# (arr_scm); for (SCM s = lst; scm_is_pair (s); s = scm_cdr (s)) - ga->add (Grob::unsmob (scm_car (s))); + ga->add (unsmob (scm_car (s))); return arr_scm; }