add PBD::DEBUG bits for WavesAudio and WavesMIDI

This commit is contained in:
Paul Davis 2015-05-13 19:37:15 -04:00
parent 320da29922
commit 943394a49a
2 changed files with 18 additions and 0 deletions

View file

@ -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;
}
}