mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 21:26:26 +01:00
Add PBD::DebugBit for debugging issues with undo history
This commit is contained in:
parent
f36f03fcb4
commit
463cf1cf9c
2 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue