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