summaryrefslogtreecommitdiff
path: root/gtk2_ardour/playlist_selection.h
blob: 813f8a92111a5484ba7220d19e388d297b50ffe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __ardour_gtk_playlist_selection_h__
#define __ardour_gtk_playlist_selection_h__

#include <list>
#include <boost/shared_ptr.hpp>

namespace ARDOUR {
	class Playlist;
}

struct PlaylistSelection : list<boost::shared_ptr<ARDOUR::Playlist> > {};

#endif /* __ardour_gtk_playlist_selection_h__ */