summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/luabindings.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/ardour/luabindings.cc b/libs/ardour/luabindings.cc
index f7e00502a0..f55ac09bf8 100644
--- a/libs/ardour/luabindings.cc
+++ b/libs/ardour/luabindings.cc
@@ -177,6 +177,7 @@ CLASSINFO(TimeAxisViewItem);
CLASSINFO(TimeSelection);
CLASSINFO(TrackSelection);
CLASSINFO(TrackViewList);
+CLASSINFO(UIConfiguration);
/* this needs to match gtk2_ardour/luasignal.h */
@@ -315,8 +316,6 @@ CLASSKEYS(LuaDialog::Message);
CLASSKEYS(LuaDialog::Dialog);
CLASSKEYS(LuaDialog::ProgressWindow);
-CLASSKEYS(UIConfiguration);
-
#endif // end windows special case
/* Some notes on Lua bindings for libardour and friends