mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix crash in test.
git-svn-id: svn://localhost/ardour2/branches/3.0@6829 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9b35264bdb
commit
1cc0bc8344
1 changed files with 1 additions and 1 deletions
|
|
@ -82,9 +82,9 @@ class MIDIClock_SlaveTest : public CppUnit::TestFixture, ARDOUR::MIDIClock_Slave
|
|||
CPPUNIT_TEST_SUITE_END();
|
||||
|
||||
public:
|
||||
MIDIClock_SlaveTest () : MIDIClock_Slave (new TestSlaveSessionProxy) {}
|
||||
|
||||
void setUp() {
|
||||
session = new TestSlaveSessionProxy ();
|
||||
}
|
||||
|
||||
void tearDown() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue