mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
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
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue