]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score-engraver.hh
Run grand-replace (issue 3765)
[lilypond.git] / lily / include / score-engraver.hh
index a31383d3a909b99c6f9134da91c0954c07c8fa03..4b042fe94b43c63f812002c025a6cb00190276c9 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2014 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 ();