From 78b82b7ff2e28d53faae176776491404115ce02c Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Sun, 16 Aug 2015 22:02:27 +1000 Subject: Add PBD::DEBUG::StringConvert debug bit This is for debugging errors with string conversion for cases where errors aren't handled --- libs/pbd/pbd/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/pbd/pbd') diff --git a/libs/pbd/pbd/debug.h b/libs/pbd/pbd/debug.h index 8db198e82e..ddb41675f7 100644 --- a/libs/pbd/pbd/debug.h +++ b/libs/pbd/pbd/debug.h @@ -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 */ -- cgit v1.2.3