Add static class-keys for windows
authorRobin Gareus <robin@gareus.org>
Fri, 24 Feb 2017 12:44:41 +0000 (13:44 +0100)
committerRobin Gareus <robin@gareus.org>
Fri, 24 Feb 2017 15:10:14 +0000 (16:10 +0100)
libs/ardour/luabindings.cc

index d2b4ce7c9fa270c58ab12c93ab632b2b293cc628..748bd5a9a2f76a749a9f9205a119a46804c67874 100644 (file)
@@ -138,12 +138,16 @@ luabridge::getIdentityKey ()
        template void const* luabridge::ClassInfo< CLS >::getConstKey();
 
 CLASSINFO(ArdourMarker);
+CLASSINFO(AxisView);
 CLASSINFO(MarkerSelection);
 CLASSINFO(PublicEditor);
 CLASSINFO(RegionSelection);
 CLASSINFO(RegionView);
+CLASSINFO(RouteTimeAxisView);
+CLASSINFO(RouteUI);
 CLASSINFO(Selectable);
 CLASSINFO(Selection);
+CLASSINFO(TimeAxisView);
 CLASSINFO(TimeAxisViewItem);
 CLASSINFO(TimeSelection);
 CLASSINFO(TrackSelection);