Initial import of gtk2_ardour.
[ardour.git] / gtk2_ardour / playlist_selection.h
1 #ifndef __ardour_gtk_playlist_selection_h__
2 #define __ardour_gtk_playlist_selection_h__
3
4 #include <list>
5
6 namespace ARDOUR {
7         class Playlist;
8 }
9
10 struct PlaylistSelection : list<ARDOUR::Playlist*> {};
11
12 #endif /* __ardour_gtk_playlist_selection_h__ */