From c9ed7d2402d7ee63f4ba5137e05341be2c60c215 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 3 Jan 2012 14:32:01 +0000 Subject: [PATCH] Fix test build. git-svn-id: svn://localhost/ardour2/branches/3.0@11134 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/tempo.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/ardour/ardour/tempo.h b/libs/ardour/ardour/tempo.h index cd6c51df86..8df9fc1a7c 100644 --- a/libs/ardour/ardour/tempo.h +++ b/libs/ardour/ardour/tempo.h @@ -35,6 +35,7 @@ #include "ardour/ardour.h" class XMLNode; +class BBTTest; namespace ARDOUR { @@ -278,6 +279,9 @@ class TempoMap : public PBD::StatefulDestructible framecnt_t frame_rate () const { return _frame_rate; } private: + + friend class ::BBTTest; + static Tempo _default_tempo; static Meter _default_meter; -- 2.30.2