13
0

Fix test build.

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

View File

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