]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/midi-chunk.hh
Imported Upstream version 2.16.0
[lilypond.git] / lily / include / midi-chunk.hh
index c567e904f1797a814b4699b8f7a06d5247070c75..d73b6af790fd17b0e21f767c45e0581980de7c1c 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2007--2011 Han-Wen Nienhuys <hanwen@lilypond.org>
+  Copyright (C) 2007--2012 Han-Wen Nienhuys <hanwen@lilypond.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
@@ -24,7 +24,6 @@
 #include "virtual-methods.hh"
 #include "std-vector.hh"
 
-
 /**
    timed MIDI event
 */
@@ -38,9 +37,6 @@ public:
   string to_string () const;
 };
 
-
-
-
 /**
    variable sized MIDI data
 */
@@ -73,7 +69,7 @@ public:
   int port_;
   DECLARE_CLASSNAME (Midi_track);
 
-  vector<Midi_event*> events_;
+  vector<Midi_event *> events_;
 
   Midi_track (int number, bool port);
   ~Midi_track ();