part two of initial libtemporal creation
[ardour.git] / libs / temporal / temporal / bbt_time.h
index b42ccf741e518a3950af37047f4f11fcc740ca66..ed19748b502eaae55e9e0ef7769fd3df3fd32b3b 100644 (file)
@@ -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;