From db8b575c30845bafc34b87bacd52129c95d1c478 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 2 Mar 2010 00:00:00 +0000 Subject: the mega-properties/SequenceProperty patch. split is broken at present (right hand starts has start-in-source of zero) git-svn-id: svn://localhost/ardour2/branches/3.0@6718 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/session_playlists.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libs/ardour/ardour/session_playlists.h') diff --git a/libs/ardour/ardour/session_playlists.h b/libs/ardour/ardour/session_playlists.h index db29ee8c05..d654595d60 100644 --- a/libs/ardour/ardour/session_playlists.h +++ b/libs/ardour/ardour/session_playlists.h @@ -31,6 +31,10 @@ class XMLNode; +namespace PBD { + class ID; +} + namespace ARDOUR { class Playlist; @@ -44,6 +48,7 @@ public: ~SessionPlaylists (); boost::shared_ptr by_name (std::string name); + boost::shared_ptr by_id (const PBD::ID&); uint32_t source_use_count (boost::shared_ptr src) const; template void foreach (T *obj, void (T::*func)(boost::shared_ptr)); void get (std::vector >&); -- cgit v1.2.3