Proper forward declaration for Lua bindings (amend 2afef6e4bd)

This commit is contained in:
Robin Gareus
2020-01-06 17:14:10 +01:00
parent 64b43a6b95
commit beb39092b9

View 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