]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/midi-walker.hh
release: 1.3.142
[lilypond.git] / lily / include / midi-walker.hh
index 766bc08e5c85e480baa0374bf1c8be2596669997..342983f5f16b5e5e5e7da799c88d9b8dcf61f775 100644 (file)
@@ -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);