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

#include <list>

namespace ARDOUR {
	class Playlist;
}

struct PlaylistSelection : list<ARDOUR::Playlist*> {};

#endif /* __ardour_gtk_playlist_selection_h__ */