fix typo in 0cf75054
authorRobin Gareus <robin@gareus.org>
Fri, 7 Oct 2016 11:54:20 +0000 (13:54 +0200)
committerRobin Gareus <robin@gareus.org>
Fri, 7 Oct 2016 11:54:20 +0000 (13:54 +0200)
libs/ardour/luabindings.cc

index fcb57ba8a7be82bb19345962da21756460e64884..17d14b2ecc94db3c8ac3a11af9a50816f60339e5 100644 (file)
@@ -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>);