mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 21:26:26 +01:00
Add PBD::DEBUG::StringConvert debug bit
This is for debugging errors with string conversion for cases where errors aren't handled
This commit is contained in:
parent
58726cedf8
commit
78b82b7ff2
2 changed files with 2 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ namespace PBD {
|
|||
LIBPBD_API extern DebugBits Timing;
|
||||
LIBPBD_API extern DebugBits Threads;
|
||||
LIBPBD_API extern DebugBits Locale;
|
||||
LIBPBD_API extern DebugBits StringConvert;
|
||||
|
||||
/* See notes in ../debug.cc on why these are defined here */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue