diff --git a/libs/pbd/pbd/debug.h b/libs/pbd/pbd/debug.h index 828851bfe5..a372c3963c 100644 --- a/libs/pbd/pbd/debug.h +++ b/libs/pbd/pbd/debug.h @@ -30,7 +30,7 @@ namespace PBD { - typedef std::bitset<64> DebugBits; + typedef std::bitset<128> DebugBits; LIBPBD_API extern DebugBits debug_bits; LIBPBD_API DebugBits new_debug_bit (const char* name);