mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 04:06:26 +01:00
fix copy/paste issue, typename is not needed here
This commit is contained in:
parent
fc91cfc66b
commit
1bfa74c0f9
1 changed files with 1 additions and 1 deletions
|
|
@ -824,7 +824,7 @@ LuaAPI::new_noteptr (uint8_t chan, Evoral::Beats beat_time, Evoral::Beats length
|
|||
std::list<boost::shared_ptr<Evoral::Note<Evoral::Beats> > >
|
||||
LuaAPI::note_list (boost::shared_ptr<MidiModel> mm)
|
||||
{
|
||||
typedef typename boost::shared_ptr<Evoral::Note<Evoral::Beats> > NotePtr;
|
||||
typedef boost::shared_ptr<Evoral::Note<Evoral::Beats> > NotePtr;
|
||||
|
||||
std::list<NotePtr> note_ptr_list;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue