summaryrefslogtreecommitdiff
path: root/libs/pbd/debug.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-05-07 12:15:12 +0200
committerRobin Gareus <robin@gareus.org>2016-05-07 12:15:12 +0200
commitf445ba8bdcc74943926817a8627741d1fc8dcb3f (patch)
treec2bff13985cac945389f7de17839c9244a1b7b53 /libs/pbd/debug.cc
parent3d7cbe9d942e6dd37c68be6869b31e3de46ef39f (diff)
locale debugging
Diffstat (limited to 'libs/pbd/debug.cc')
-rw-r--r--libs/pbd/debug.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/pbd/debug.cc b/libs/pbd/debug.cc
index e6d4abcee7..0940146aef 100644
--- a/libs/pbd/debug.cc
+++ b/libs/pbd/debug.cc
@@ -56,6 +56,7 @@ DebugBits PBD::DEBUG::Configuration = PBD::new_debug_bit ("configuration");
DebugBits PBD::DEBUG::UndoHistory = PBD::new_debug_bit ("undohistory");
DebugBits PBD::DEBUG::Timing = PBD::new_debug_bit ("timing");
DebugBits PBD::DEBUG::Threads = PBD::new_debug_bit ("threads");
+DebugBits PBD::DEBUG::Locale = PBD::new_debug_bit ("locale");
/* These are debug bits that are used by backends. Since these are loaded dynamically,
after command-line parsing, defining them in code that is part of the backend