mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Update classkeys to match new total LuaSignal count (windows only)
This commit is contained in:
parent
821ab4aae2
commit
e14694bfa3
1 changed files with 2 additions and 1 deletions
|
|
@ -172,7 +172,8 @@ CLASSINFO(TrackSelection);
|
|||
CLASSINFO(TrackViewList);
|
||||
|
||||
|
||||
CLASSKEYS(std::bitset<48ul>); // LuaSignal::LAST_SIGNAL
|
||||
/* this needs to match gtk2_ardour/luasignal.h */
|
||||
CLASSKEYS(std::bitset<49ul>); // LuaSignal::LAST_SIGNAL
|
||||
|
||||
CLASSKEYS(void);
|
||||
CLASSKEYS(float);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue