increase debug bitset size to accomodate additional debug bits imported from Tracks

This commit is contained in:
Paul Davis 2015-06-18 08:59:49 -04:00
parent 0e72e8446a
commit 2e29e7ee62

View file

@ -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);