From b0577f260cdc43751c1e2d1136ff1f6978a7c7e3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 3 Jan 2012 14:32:22 +0000 Subject: [PATCH] More test friends. git-svn-id: svn://localhost/ardour2/branches/3.0@11138 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/tempo.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libs/ardour/ardour/tempo.h b/libs/ardour/ardour/tempo.h index 8df9fc1a7c..0fc9a860f8 100644 --- a/libs/ardour/ardour/tempo.h +++ b/libs/ardour/ardour/tempo.h @@ -35,7 +35,10 @@ #include "ardour/ardour.h" class XMLNode; + class BBTTest; +class FrameposPlusBeatsTest; +class TempoTest; namespace ARDOUR { @@ -281,6 +284,8 @@ class TempoMap : public PBD::StatefulDestructible private: friend class ::BBTTest; + friend class ::FrameposPlusBeatsTest; + friend class ::TempoTest; static Tempo _default_tempo; static Meter _default_meter;