From: Robin Gareus Date: Fri, 16 Nov 2018 23:12:43 +0000 (+0100) Subject: Update classkeys to match new total LuaSignal count (windows only) X-Git-Url: https://main.carlh.net/gitweb/?p=ardour.git;a=commitdiff_plain;h=e14694bfa3cc50f362fe2c7499782d13d055de3b Update classkeys to match new total LuaSignal count (windows only) --- 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);