]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/midi-walker.hh
release: 1.3.142
[lilypond.git] / lily / include / midi-walker.hh
index 9b4c88ca90106b809f26e79e1b993a9f679672bb..342983f5f16b5e5e5e7da799c88d9b8dcf61f775 100644 (file)
@@ -1,7 +1,7 @@
 /*
   midi-walker.hh -- declare Midi_walker
 
-  (c) 1996--2000 Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+  (c) 1996--2001 Han-Wen Nienhuys  <hanwen@cs.uu.nl>
                  Jan Nieuwenhuizen <janneke@gnu.org>
  */
 
@@ -15,7 +15,7 @@
 struct Midi_note_event : PQueue_ent<Moment, Midi_note*>
 {
   bool ignore_b_;
-  Midi_note_event();
+  Midi_note_event ();
 };
 
 int compare (Midi_note_event const& left, Midi_note_event const& right);
@@ -27,10 +27,10 @@ class Midi_walker
 {
 public:
   Midi_walker (Audio_staff* audio_staff_l, Midi_track* midi_track_l);
-  ~Midi_walker();
+  ~Midi_walker ();
 
-  void process();
-  void operator ++(int);
+  void process ();
+  void operator ++ (int);
   bool ok () const;
 private:
   void do_start_note (Midi_note* note_p);