Update classkeys to match new total LuaSignal count (windows only)
authorRobin Gareus <robin@gareus.org>
Fri, 16 Nov 2018 23:12:43 +0000 (00:12 +0100)
committerRobin Gareus <robin@gareus.org>
Fri, 16 Nov 2018 23:12:43 +0000 (00:12 +0100)
libs/ardour/luabindings.cc

index 899e98a7fe3ef466e15ed06da42cde1df5aba320..9fb807e5debddb9e648133e96a3481a5176d10fb 100644 (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);