summaryrefslogtreecommitdiff
path: root/libs/surfaces/tranzport
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/tranzport')
-rw-r--r--libs/surfaces/tranzport/show.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/tranzport/show.cc b/libs/surfaces/tranzport/show.cc
index c7eb11216a..46047f30c5 100644
--- a/libs/surfaces/tranzport/show.cc
+++ b/libs/surfaces/tranzport/show.cc
@@ -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