From 2e29e7ee620379e1f824ef84fa778b0fd032f5a7 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 18 Jun 2015 08:59:49 -0400 Subject: [PATCH] increase debug bitset size to accomodate additional debug bits imported from Tracks --- 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 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);