diff --git a/libs/ardour/session_playlists.cc b/libs/ardour/session_playlists.cc index 60388f394e..d8e014a7e1 100644 --- a/libs/ardour/session_playlists.cc +++ b/libs/ardour/session_playlists.cc @@ -351,7 +351,7 @@ SessionPlaylists::update_after_tempo_map_change () namespace { struct id_compare { - bool operator()(const boost::shared_ptr& p1, const boost::shared_ptr& p2) + bool operator()(const boost::shared_ptr& p1, const boost::shared_ptr& p2) const { return p1->id () < p2->id (); }