mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
increase debug bitset size to accomodate additional debug bits imported from Tracks
This commit is contained in:
parent
0e72e8446a
commit
2e29e7ee62
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue