mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
fix typo in 0cf75054
This commit is contained in:
parent
a7d724d980
commit
5c06e3199c
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ CLASSKEYS(std::list<boost::shared_ptr<ARDOUR::Region> >);
|
|||
CLASSKEYS(std::list<boost::shared_ptr<ARDOUR::Route> >);
|
||||
|
||||
CLASSKEYS(boost::shared_ptr<ARDOUR::Automatable>);
|
||||
CLASSKEYS(boost::shared_ptr<ARDOUR::AutomatableSequence<Evoral::Beats>);
|
||||
CLASSKEYS(boost::shared_ptr<ARDOUR::AutomatableSequence<Evoral::Beats> >);
|
||||
CLASSKEYS(boost::shared_ptr<ARDOUR::AutomationList>);
|
||||
CLASSKEYS(boost::shared_ptr<ARDOUR::MidiModel>);
|
||||
CLASSKEYS(boost::shared_ptr<ARDOUR::MidiPlaylist>);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue