From 1cc0bc83442e01958dc8d110a3323b5718f62916 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 2 Apr 2010 14:30:14 +0000 Subject: [PATCH] Fix crash in test. git-svn-id: svn://localhost/ardour2/branches/3.0@6829 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/test/midi_clock_slave_test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/test/midi_clock_slave_test.h b/libs/ardour/test/midi_clock_slave_test.h index 0340594218..5a6a6fdb4f 100644 --- a/libs/ardour/test/midi_clock_slave_test.h +++ b/libs/ardour/test/midi_clock_slave_test.h @@ -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() {