13
0

More test friends.

git-svn-id: svn://localhost/ardour2/branches/3.0@11138 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-01-03 14:32:22 +00:00
parent d345d44688
commit b0577f260c

View File

@ -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;