summaryrefslogtreecommitdiff
path: root/libs/ardour/session_handle.cc
diff options
context:
space:
mode:
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 ()
{