13
0

Fix crash in test.

git-svn-id: svn://localhost/ardour2/branches/3.0@6829 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-04-02 14:30:14 +00:00
parent 9b35264bdb
commit 1cc0bc8344

View File

@ -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() {