]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/midi-walker.hh
Issue 4550 (2/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / include / midi-walker.hh
index f23b7407e89aa8e59f05ff76fe3d307389e8e438..3267a2d0471d4bde5dcdbaa30b04c22274db87ee 100644 (file)
@@ -56,11 +56,11 @@ private:
   bool percussion_;
   bool merge_unisons_;
   vsize index_;
-  vector<Audio_item *> items_;
+  std::vector<Audio_item *> items_;
   PQueue<Midi_note_event> stop_note_queue;
   int last_tick_;
 
-  vector<Midi_item *> midi_events_;
+  std::vector<Midi_item *> midi_events_;
 };
 
 #endif // MIDI_WALKER_HH