summaryrefslogtreecommitdiff
path: root/gtk2_ardour/strip_selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/strip_selection.h')
-rw-r--r--gtk2_ardour/strip_selection.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gtk2_ardour/strip_selection.h b/gtk2_ardour/strip_selection.h
new file mode 100644
index 0000000000..5204873c7a
--- /dev/null
+++ b/gtk2_ardour/strip_selection.h
@@ -0,0 +1,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__ */