]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score-engraver.hh
Imported Upstream version 2.16.0
[lilypond.git] / lily / include / score-engraver.hh
index 3be8eb42f1eccc7e0c62fd3faa927e249e712af6..ffff8c41aa8dd3a027fb4ada53e8afe1ee5d1965 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   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<Grob*> elems_;
+  vector<Grob *> elems_;
   Paper_score *pscore_;
 
   void typeset_all ();