mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 07:06:23 +01:00
add PBD::DEBUG bits for WavesAudio and WavesMIDI
This commit is contained in:
parent
320da29922
commit
943394a49a
2 changed files with 18 additions and 0 deletions
|
|
@ -51,6 +51,11 @@ namespace PBD {
|
|||
LIBPBD_API extern DebugBits AbstractUI;
|
||||
LIBPBD_API extern DebugBits Configuration;
|
||||
LIBPBD_API extern DebugBits FileUtils;
|
||||
|
||||
/* See notes in ../debug.cc on why these are defined here */
|
||||
|
||||
LIBPBD_API extern DebugBits WavesMIDI;
|
||||
LIBPBD_API extern DebugBits WavesAudio;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue