13
0

Update classkeys to match new total LuaSignal count (windows only)

This commit is contained in:
Robin Gareus 2018-11-17 00:12:43 +01:00
parent 821ab4aae2
commit e14694bfa3

View File

@ -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);