]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/axis-group-engraver.hh
Imported Upstream version 2.16.0
[lilypond.git] / lily / include / axis-group-engraver.hh
index 2f63de076c22c5d33fbda5c775821246a1e1da01..9f87aa3e527f93e6494f1bb3f69eb863f438c028 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2005--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2005--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
@@ -30,7 +30,7 @@ class Axis_group_engraver : public Engraver
 {
 protected:
   Spanner *staffline_;
-  vector<Grob*> elts_;
+  vector<Grob *> elts_;
   void process_music ();
   virtual void finalize ();
   DECLARE_ACKNOWLEDGER (grob);
@@ -38,7 +38,7 @@ protected:
   virtual Spanner *get_spanner ();
   virtual void add_element (Grob *);
   virtual bool must_be_last () const;
-  
+
 public:
   TRANSLATOR_DECLARATIONS (Axis_group_engraver);
 };