X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fnamed_selection.h;h=39ab524d4f7e20174653b9545b2936512da2753d;hb=022818b4a796f52c0a91eea42e65aec0bc7bed43;hp=87b71e73ffb12c3176ec199d9c2ecbe9068ea475;hpb=79986643c0c904f6574bb5323e2233a43a9e622e;p=ardour.git diff --git a/libs/ardour/ardour/named_selection.h b/libs/ardour/ardour/named_selection.h index 87b71e73ff..39ab524d4f 100644 --- a/libs/ardour/ardour/named_selection.h +++ b/libs/ardour/ardour/named_selection.h @@ -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_named_selection_h__ @@ -23,6 +22,7 @@ #include #include +#include #include @@ -33,14 +33,14 @@ namespace ARDOUR class Session; class Playlist; -struct NamedSelection : public Stateful +struct NamedSelection : public PBD::Stateful { - NamedSelection (std::string, std::list&); + NamedSelection (std::string, std::list >&); NamedSelection (Session&, const XMLNode&); virtual ~NamedSelection (); std::string name; - std::list playlists; + std::list > playlists; XMLNode& get_state (void);