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
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

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