summaryrefslogtreecommitdiff
path: root/libs/temporal/temporal/bbt_time.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-09-24 10:48:00 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2017-09-24 10:48:00 -0400
commit48d402c960e13556e8608a36d00d0338c733b5e4 (patch)
tree047ef913480f7cdc1b6648adb6e649a387a8e355 /libs/temporal/temporal/bbt_time.h
parentb62c305f200351b2cbae70de8327fa235ff515dc (diff)
part two of initial libtemporal creation
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;