diff --git a/libs/pbd/pbd/debug.h b/libs/pbd/pbd/debug.h index c00be2d811..b62f450150 100644 --- a/libs/pbd/pbd/debug.h +++ b/libs/pbd/pbd/debug.h @@ -39,7 +39,7 @@ namespace PBD { - typedef std::bitset<192> DebugBits; + typedef std::bitset<256> DebugBits; LIBPBD_API extern DebugBits debug_bits; LIBPBD_API DebugBits new_debug_bit (const char* name);