From fe910cdc132c0f18d85c5aedebbbdbef58ed2ac7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 28 Oct 2009 15:33:54 +0000 Subject: Add bbt_add that does not take Metric parameter. git-svn-id: svn://localhost/ardour2/branches/3.0@5955 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/tempo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/ardour/tempo.h') diff --git a/libs/ardour/ardour/tempo.h b/libs/ardour/ardour/tempo.h index d3c3a6340b..99dfffa81f 100644 --- a/libs/ardour/ardour/tempo.h +++ b/libs/ardour/ardour/tempo.h @@ -254,6 +254,7 @@ class TempoMap : public PBD::StatefulDestructible int n_meters () const; BBT_Time bbt_add (const BBT_Time& a, const BBT_Time& b, const TempoMetric& metric); + BBT_Time bbt_add (const BBT_Time& a, const BBT_Time& b); BBT_Time bbt_subtract (const BBT_Time& a, const BBT_Time& b); nframes_t frame_rate () const { return _frame_rate; } -- cgit v1.2.3