summaryrefslogtreecommitdiff
path: root/libs/ardour/source.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/source.cc')
-rw-r--r--libs/ardour/source.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/ardour/source.cc b/libs/ardour/source.cc
index a0ee2ac706..12a5e7c071 100644
--- a/libs/ardour/source.cc
+++ b/libs/ardour/source.cc
@@ -161,7 +161,9 @@ Source::add_playlist (boost::shared_ptr<Playlist> pl)
res.first->second++;
}
- pl->GoingAway.connect (bind (mem_fun (*this, &Source::remove_playlist), boost::weak_ptr<Playlist> (pl)));
+ pl->GoingAway.connect (bind (
+ mem_fun (*this, &Source::remove_playlist),
+ boost::weak_ptr<Playlist> (pl)));
}
void