summaryrefslogtreecommitdiff
path: root/libs/temporal/temporal/bbt_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/temporal/temporal/bbt_time.h')
-rw-r--r--libs/temporal/temporal/bbt_time.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/temporal/temporal/bbt_time.h b/libs/temporal/temporal/bbt_time.h
index b42ccf741e..ed19748b50 100644
--- a/libs/temporal/temporal/bbt_time.h
+++ b/libs/temporal/temporal/bbt_time.h
@@ -29,7 +29,7 @@
namespace Timecode {
/** Bar, Beat, Tick Time (i.e. Tempo-Based Time) */
-struct LIBTIMECODE_API BBT_Time
+struct LIBTEMPORAL_API BBT_Time
{
static const double ticks_per_beat;
@@ -95,7 +95,7 @@ struct LIBTIMECODE_API BBT_Time
*/
};
-struct LIBTIMECODE_API BBT_Offset
+struct LIBTEMPORAL_API BBT_Offset
{
int32_t bars;
int32_t beats;