From e14694bfa3cc50f362fe2c7499782d13d055de3b Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 17 Nov 2018 00:12:43 +0100 Subject: [PATCH] Update classkeys to match new total LuaSignal count (windows only) --- libs/ardour/luabindings.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/ardour/luabindings.cc b/libs/ardour/luabindings.cc index 899e98a7fe..9fb807e5de 100644 --- a/libs/ardour/luabindings.cc +++ b/libs/ardour/luabindings.cc @@ -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);