X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fscore-engraver.hh;h=ffff8c41aa8dd3a027fb4ada53e8afe1ee5d1965;hb=21f6ea846dc1930cb41f185485ce6e1c8d9b30bd;hp=3be8eb42f1eccc7e0c62fd3faa927e249e712af6;hpb=1c846b2c2348b4e0ca4a3c2e8fb267047ba2d203;p=lilypond.git diff --git a/lily/include/score-engraver.hh b/lily/include/score-engraver.hh index 3be8eb42f1..ffff8c41aa 100644 --- a/lily/include/score-engraver.hh +++ b/lily/include/score-engraver.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2011 Han-Wen Nienhuys + Copyright (C) 1997--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 @@ -26,7 +26,7 @@ class Score_engraver : public Engraver_group { System *system_; - vector elems_; + vector elems_; Paper_score *pscore_; void typeset_all ();