13
0

remove incorrect and unnecessary template class declaration from Evoral (added recently)

git-svn-id: svn://localhost/ardour2/branches/3.0@13230 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-10-10 15:42:47 +00:00
parent 82fb1acf2a
commit 2b1cc9656e

View File

@ -103,7 +103,6 @@ MIDIEvent<Time>::to_xml() const
#endif // EVORAL_MIDI_XML
template class MIDIEvent<Evoral::MusicalTime>;
template class MIDIEvent<long long>;
} // namespace Evoral