summaryrefslogtreecommitdiff
path: root/libs/ardour/luabindings.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-01-06 17:14:10 +0100
committerRobin Gareus <robin@gareus.org>2020-01-06 17:14:10 +0100
commitbeb39092b990cb01873e4c6f43b356535c542ca4 (patch)
tree07c50c1010f93603ca6d03b2518c0473799e30f2 /libs/ardour/luabindings.cc
parent64b43a6b95557610b5126fa14844849e30c4239c (diff)
Proper forward declaration for Lua bindings (amend 2afef6e4bde)
Diffstat (limited to 'libs/ardour/luabindings.cc')
-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