Rename libmusictime libtimecode (consistent with already used namespace "Timecode").
[ardour.git] / libs / surfaces / tranzport / show.cc
index c7eb11216a534c1543ec52b6509ebe6c0bae69b3..46047f30c57cdebfc93f644ed98dfc0966cc1d9f 100644 (file)
@@ -288,7 +288,7 @@ TranzportControlProtocol::show_bbt (framepos_t where)
 { 
        if (where != last_where) {
                char buf[16];
-               BBT_Time bbt;
+               Timecode::BBT_Time bbt;
 
                // When recording or playing back < 1.0 speed do 1 or 2
                // FIXME - clean up state machine & break up logic