Move Stateful class declared in pbd/stateful.h into the PBD namespace
[ardour.git] / libs / ardour / ardour / session_playlist.h
index 6f1b8dbd1243985cef6360a92c2e1f21268e6315..baeb74916d461351ef2afab02b5e1fab71ce10f5 100644 (file)
@@ -15,7 +15,6 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 #ifndef __ardour_session_playlist_h__
@@ -27,7 +26,7 @@
 namespace ARDOUR {
 
 template<class T> void 
-Session::foreach_playlist (T *obj, void (T::*func)(Playlist *)) 
+Session::foreach_playlist (T *obj, void (T::*func)(boost::shared_ptr<Playlist>)) 
 {
        Glib::Mutex::Lock lm (playlist_lock);
        for (PlaylistList::iterator i = playlists.begin(); i != playlists.end(); i++) {