summaryrefslogtreecommitdiff
path: root/libs/ardour/test/bbt_test.cc
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2016-11-09 01:30:32 +1100
committernick_m <mainsbridge@gmail.com>2016-11-11 03:37:08 +1100
commite8042f584367550843306cc1c11c25d796219a37 (patch)
treee29b3876cccb80fcd1bcf2f9c845d3f9f7331325 /libs/ardour/test/bbt_test.cc
parent5aafb0b53486a92a4e966510388d9c7cfbb799fb (diff)
use note_type explicitly when constructing a Tempo in the hope that others follow.
- should be a no-op
Diffstat (limited to 'libs/ardour/test/bbt_test.cc')
-rw-r--r--libs/ardour/test/bbt_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/test/bbt_test.cc b/libs/ardour/test/bbt_test.cc
index 8dfcabb942..ec5aea91ca 100644
--- a/libs/ardour/test/bbt_test.cc
+++ b/libs/ardour/test/bbt_test.cc
@@ -13,7 +13,7 @@ void
BBTTest::addTest ()
{
TempoMap map(48000);
- Tempo tempo(120);
+ Tempo tempo(120, 4.0);
Meter meter(4.0, 4.0);
/* no need to supply the frame for a new music-locked meter */