git-svn-id: svn://localhost/ardour2/branches/3.0@3310 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2008-05-03 07:26:16 +00:00
parent b0d49651a7
commit a7ec072ce4

View file

@ -870,7 +870,7 @@ bool MidiModel::write_to(boost::shared_ptr<MidiSource> source) {
MidiEvents events(comp); MidiEvents events(comp);
/* Why sort manyally, when a priority queue does the job for us, /* Why sort manually, when a priority queue does the job for us,
* (I am probably wrong here, but I needed that to test program * (I am probably wrong here, but I needed that to test program
* change code quickly) ??? * change code quickly) ???
* */ * */