summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/debug.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2015-08-19 13:41:19 +1000
committerTim Mayberry <mojofunk@gmail.com>2015-08-19 13:56:06 +1000
commit463cf1cf9cb6d26a5271cc21b0d496f2280f578c (patch)
treeafce9d4b43983500281d75adde1c2e6acfd6d4a0 /libs/pbd/pbd/debug.h
parentf36f03fcb4c36b5ef29843e60d1214c6ee4edb31 (diff)
Add PBD::DebugBit for debugging issues with undo history
Diffstat (limited to 'libs/pbd/pbd/debug.h')
-rw-r--r--libs/pbd/pbd/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/pbd/pbd/debug.h b/libs/pbd/pbd/debug.h
index cc3fbdcf55..3e23af009c 100644
--- a/libs/pbd/pbd/debug.h
+++ b/libs/pbd/pbd/debug.h
@@ -55,6 +55,7 @@ namespace PBD {
LIBPBD_API extern DebugBits AbstractUI;
LIBPBD_API extern DebugBits Configuration;
LIBPBD_API extern DebugBits FileUtils;
+ LIBPBD_API extern DebugBits UndoHistory;
LIBPBD_API extern DebugBits BackendMIDI;
LIBPBD_API extern DebugBits BackendAudio;