summaryrefslogtreecommitdiff
path: root/libs/ardour/session_handle.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-12-24 04:04:01 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-12-24 04:04:01 +0000
commitf53cbaede885cd52b8fee59890e33575a4fc11fa (patch)
tree6db06514b75b029ece4d18fbc376e2e1cc06eb2e /libs/ardour/session_handle.cc
parentdefa1fad942e9a33b8fe3f56b26427af069a1b73 (diff)
clean up editor mixer strip when session is going away; slightly improved boost debugging
git-svn-id: svn://localhost/ardour2/branches/3.0@6397 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_handle.cc')
-rw-r--r--libs/ardour/session_handle.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/ardour/session_handle.cc b/libs/ardour/session_handle.cc
index 36515505ac..14ba994dc3 100644
--- a/libs/ardour/session_handle.cc
+++ b/libs/ardour/session_handle.cc
@@ -18,6 +18,7 @@
*/
#include "pbd/error.h"
+#include "pbd/boost_debug.h"
#include "ardour/session.h"
#include "ardour/session_handle.h"
@@ -67,6 +68,10 @@ SessionHandleRef::SessionHandleRef (Session& s)
_session.Destroyed.connect_same_thread (*this, boost::bind (&SessionHandleRef::insanity_check, this));
}
+SessionHandleRef::~SessionHandleRef ()
+{
+}
+
void
SessionHandleRef::session_going_away ()
{