StandardMIDIFile -> MIDIFile.
git-svn-id: svn://localhost/ardour2/branches/3.0@4533 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user