summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-02-24 13:44:41 +0100
committerRobin Gareus <robin@gareus.org>2017-02-24 16:10:14 +0100
commit81a0bdcc4076f2453f8506d6274cf2564713cc30 (patch)
tree4f4c39631d01403628b3374d467e7ce7f8817157 /libs
parent1e8af6535f080c083ff99fa91a5ceae0d45043bf (diff)
Add static class-keys for windows
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/luabindings.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/ardour/luabindings.cc b/libs/ardour/luabindings.cc
index d2b4ce7c9f..748bd5a9a2 100644
--- a/libs/ardour/luabindings.cc
+++ b/libs/ardour/luabindings.cc
@@ -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);