From 7901b4119ffc3ddd96eb77cd0bfe6a72e43c3b36 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 16 Sep 2024 18:19:36 -0600 Subject: [PATCH] we're gonna need a bigger debug set --- libs/pbd/pbd/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);