mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-14 01:16:32 +01:00
Fix test compilation error.
This commit is contained in:
parent
13413c0b0f
commit
00f12dc395
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,7 @@
|
|||
|
||||
class BBTTest;
|
||||
class FrameposPlusBeatsTest;
|
||||
class FrameposMinusBeatsTest;
|
||||
class TempoTest;
|
||||
class XMLNode;
|
||||
|
||||
|
|
@ -501,6 +502,7 @@ private:
|
|||
|
||||
friend class ::BBTTest;
|
||||
friend class ::FrameposPlusBeatsTest;
|
||||
friend class ::FrameposMinusBeatsTest;
|
||||
friend class ::TempoTest;
|
||||
|
||||
static Tempo _default_tempo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue