]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/audio-staff.hh
Imported Upstream version 2.16.0
[lilypond.git] / lily / include / audio-staff.hh
index 665593edd67e090d91de486b0dd93bc1014a621f..6fe9b8d6d45582ff007b6903be6f68f785cf9502 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1996--2011 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 1996--2012 Jan Nieuwenhuizen <janneke@gnu.org>
 
   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,10 +30,10 @@ struct Audio_staff : public Audio_element
   void output (Midi_stream &midi_stream_r, int track, bool port);
 
   Audio_staff ();
-  
+
   bool percussion_;
   bool merge_unisons_;
-  vector<Audio_item*> audio_items_;
+  vector<Audio_item *> audio_items_;
 };
 
 #endif // AUDIO_STAFF_HH