add a missing class-key
[ardour.git] / 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> >);