StandardMIDIFile -> MIDIFile.

git-svn-id: svn://localhost/ardour2/branches/3.0@4533 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2009-02-11 20:15:25 +00:00
parent 33bbc5cd84
commit 9579ea0801
5 changed files with 10 additions and 10 deletions

View file

@ -312,7 +312,7 @@ SMF<Time>::begin_write(FrameTime start_frame)
template<typename Time>
void
SMF<Time>::end_write() throw(typename StandardMIDIFile<Time>::FileError)
SMF<Time>::end_write() throw(typename MIDIFile<Time>::FileError)
{
flush_header();
flush_footer();