mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
libtemporal: move DEBUG::Beats into correct location
This commit is contained in:
parent
f015c08dd9
commit
e590598dcf
3 changed files with 4 additions and 9 deletions
|
|
@ -24,4 +24,5 @@ using namespace std;
|
|||
PBD::DebugBits PBD::DEBUG::TemporalMap = PBD::new_debug_bit ("TemporalMap");
|
||||
PBD::DebugBits PBD::DEBUG::TemporalDomainConvert = PBD::new_debug_bit ("TemporalDomainConvert");
|
||||
PBD::DebugBits PBD::DEBUG::SnapBBT = PBD::new_debug_bit ("SnapBBT");
|
||||
PBD::DebugBits PBD::DEBUG::Beats = PBD::new_debug_bit ("Beats");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue