libtemporal: move DEBUG::Beats into correct location

This commit is contained in:
Paul Davis 2020-12-28 13:24:42 -07:00
parent f015c08dd9
commit e590598dcf
3 changed files with 4 additions and 9 deletions

View file

@ -28,6 +28,7 @@ namespace PBD {
LIBTEMPORAL_API extern DebugBits TemporalDomainConvert;
LIBTEMPORAL_API extern DebugBits TemporalMap;
LIBTEMPORAL_API extern DebugBits SnapBBT;
LIBTEMPORAL_API extern DebugBits Beats;
}
}