summaryrefslogtreecommitdiff
path: root/gtk2_ardour/strip_selection.h
blob: 5204873c7aaf1e59429933a470098104b637860f (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __ardour_gtk_strip_selection_h__
#define __ardour_gtk_strip_selection_h__

#include <list>

class MixerStrip;

struct MixerStripSelection : list<MixerStrip*> {};

#endif /* __ardour_gtk_strip_selection_h__ */