Fix crash in test.
git-svn-id: svn://localhost/ardour2/branches/3.0@6829 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user