Proper forward declaration for Lua bindings (amend 2afef6e4bde)
authorRobin Gareus <robin@gareus.org>
Mon, 6 Jan 2020 16:14:10 +0000 (17:14 +0100)
committerRobin Gareus <robin@gareus.org>
Mon, 6 Jan 2020 16:14:10 +0000 (17:14 +0100)
libs/ardour/luabindings.cc

index f7e00502a094eca063b556da8d620bb1940ac75f..f55ac09bf8b8adf60fa24dc0f0537cc7faf4bf2f 100644 (file)
@@ -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