add a missing class-key
authorRobin Gareus <robin@gareus.org>
Fri, 24 Feb 2017 16:52:56 +0000 (17:52 +0100)
committerRobin Gareus <robin@gareus.org>
Fri, 24 Feb 2017 16:53:06 +0000 (17:53 +0100)
libs/ardour/luabindings.cc

index 748bd5a9a2f76a749a9f9205a119a46804c67874..e7dda739a95fbb2a52136969521146737d361f25 100644 (file)
@@ -209,6 +209,7 @@ CLASSKEYS(std::vector<boost::shared_ptr<ARDOUR::Processor> >);
 CLASSKEYS(std::vector<boost::shared_ptr<ARDOUR::Source> >);
 
 CLASSKEYS(std::list<ArdourMarker*>);
+CLASSKEYS(std::list<TimeAxisView*>);
 CLASSKEYS(std::list<ARDOUR::AudioRange>);
 CLASSKEYS(std::list<boost::shared_ptr<ARDOUR::Port> >);
 CLASSKEYS(std::list<boost::shared_ptr<ARDOUR::Region> >);