mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Proper forward declaration for Lua bindings (amend 2afef6e4bd)
This commit is contained in:
parent
64b43a6b95
commit
beb39092b9
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue