mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 01:17:42 +01:00
StandardMIDIFile -> MIDIFile.
git-svn-id: svn://localhost/ardour2/branches/3.0@4533 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
33bbc5cd84
commit
9579ea0801
5 changed files with 10 additions and 10 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue