Fix test build.
git-svn-id: svn://localhost/ardour2/branches/3.0@11134 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c252d65f56
commit
c9ed7d2402
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user