From beb39092b990cb01873e4c6f43b356535c542ca4 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 6 Jan 2020 17:14:10 +0100 Subject: Proper forward declaration for Lua bindings (amend 2afef6e4bde) --- libs/ardour/luabindings.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libs/ardour/luabindings.cc') 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 -- cgit v1.2.3