summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/debug.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-06-18 08:59:49 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-06-29 14:18:15 -0400
commit2e29e7ee620379e1f824ef84fa778b0fd032f5a7 (patch)
tree8daf44a3be30b1b8e6804a3b9a1d47a71474c35d /libs/pbd/pbd/debug.h
parent0e72e8446a1dc3c8e22bd8be4760f857244ed3f5 (diff)
increase debug bitset size to accomodate additional debug bits imported from Tracks
Diffstat (limited to 'libs/pbd/pbd/debug.h')
-rw-r--r--libs/pbd/pbd/debug.h2
1 files changed, 1 insertions, 1 deletions
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);